Home
last modified time | relevance | path

Searched refs:s_entry_allocator (Results 1 – 20 of 20) sorted by relevance

/trueos/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp82 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 …]
Dconstructors_destructor_fn_imps.hpp49 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_()
Derase_fn_imps.hpp59 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()
Dinsert_fn_imps.hpp116 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()
Dinfo_fn_imps.hpp68 return (s_entry_allocator.max_size()); in max_size()
Ddebug_fn_imps.hpp55 s_entry_allocator.check_allocated(m_a_entries, m_actual_size); in assert_valid()
Dbinary_heap_.hpp331 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_/
Dconstructor_destructor_fn_imps.hpp50 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()
Dresize_fn_imps.hpp99 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()
Dinfo_fn_imps.hpp58 { return s_entry_allocator.max_size(); } in max_size()
Dgp_ht_map_.hpp647 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_/
Dentry_list_fn_imps.hpp56 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()
Dsize_fn_imps.hpp64 { return s_entry_allocator.max_size(); } in max_size()
Dconstructor_destructor_fn_imps.hpp50 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC
Dcc_ht_map_.hpp602 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_/
Dinsert_fn_imps.hpp77 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()
Dinfo_fn_imps.hpp57 { return s_entry_allocator.max_size(); } in max_size()
Dconstructor_destructor_fn_imps.hpp49 PB_DS_CLASS_C_DEC::s_entry_allocator; member in PB_DS_CLASS_C_DEC
Derase_fn_imps.hpp139 s_entry_allocator.deallocate(p_l, 1); in actual_erase_entry()
Dlu_map_.hpp337 static entry_allocator s_entry_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME