| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
| D | split_join_fn_imps.hpp | 82 a_entries = s_entry_allocator.allocate(actual_size); in split() 84 a_other_entries = s_entry_allocator.allocate(other_actual_size); in split() 89 s_entry_allocator.deallocate(a_entries, actual_size); in split() 92 s_entry_allocator.deallocate(a_other_entries, other_actual_size); in split() 104 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in split() 105 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size); in split() 142 a_entries = s_entry_allocator.allocate(actual_size); in join() 143 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size); in join() 148 s_entry_allocator.deallocate(a_entries, actual_size); in join() 151 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size); in join() [all …]
|
| D | constructors_destructor_fn_imps.hpp | 49 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC 81 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_() 92 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_() 104 m_a_entries(s_entry_allocator.allocate(m_actual_size)) in binary_heap_() 125 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in binary_heap_() 163 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in ~binary_heap_()
|
| D | erase_fn_imps.hpp | 59 entry_pointer a_entries = s_entry_allocator.allocate(actual_size); in clear() 63 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in clear() 143 entry_pointer a_entries = s_entry_allocator.allocate(actual_size); in erase_if() 147 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in erase_if() 205 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size); in resize_for_erase_if_needed() 212 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in resize_for_erase_if_needed()
|
| D | insert_fn_imps.hpp | 116 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size); in resize_for_insert_if_needed() 122 s_entry_allocator.deallocate(m_a_entries, m_actual_size); in resize_for_insert_if_needed()
|
| D | info_fn_imps.hpp | 68 return (s_entry_allocator.max_size()); in max_size()
|
| D | debug_fn_imps.hpp | 55 s_entry_allocator.check_allocated(m_a_entries, m_actual_size); in assert_valid()
|
| D | binary_heap_.hpp | 331 static entry_allocator s_entry_allocator; member in pb_ds::detail::binary_heap_
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/ |
| D | constructor_destructor_fn_imps.hpp | 50 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC 67 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 78 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 90 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 104 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 118 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 133 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 150 m_entries(s_entry_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME() 202 s_entry_allocator.deallocate(m_entries, m_num_e); in deallocate_all()
|
| D | resize_fn_imps.hpp | 99 a_entries_resized = s_entry_allocator.allocate(new_size); in resize_imp() 115 s_entry_allocator.deallocate(a_entries_resized, new_size); in resize_imp() 125 s_entry_allocator.deallocate(m_entries, old_size); in resize_imp()
|
| D | info_fn_imps.hpp | 58 { return s_entry_allocator.max_size(); } in max_size()
|
| D | gp_ht_map_.hpp | 647 static entry_allocator s_entry_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/ |
| D | entry_list_fn_imps.hpp | 56 s_entry_allocator.deallocate(p_dealloc_e, 1); in deallocate_links_in_list() 66 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry() 79 entry_pointer p_e = s_entry_allocator.allocate(1); in get_entry() 95 s_entry_allocator.deallocate(p_e, 1); in rels_entry()
|
| D | size_fn_imps.hpp | 64 { return s_entry_allocator.max_size(); } in max_size()
|
| D | constructor_destructor_fn_imps.hpp | 50 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC
|
| D | cc_ht_map_.hpp | 602 static entry_allocator s_entry_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/ |
| D | insert_fn_imps.hpp | 77 entry_pointer p_l = s_entry_allocator.allocate(1); in allocate_new_entry() 93 entry_pointer p_l = s_entry_allocator.allocate(1); in allocate_new_entry()
|
| D | info_fn_imps.hpp | 57 { return s_entry_allocator.max_size(); } in max_size()
|
| D | constructor_destructor_fn_imps.hpp | 49 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC
|
| D | erase_fn_imps.hpp | 139 s_entry_allocator.deallocate(p_l, 1); in actual_erase_entry()
|
| D | lu_map_.hpp | 337 static entry_allocator s_entry_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME
|