HomeSort by relevance Sort by last modified time
    Searched refs:s_entry_allocator (Results 1 - 20 of 20) sorted by null

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
info_fn_imps.hpp 62 return (s_entry_allocator.max_size());
split_join_fn_imps.hpp 76 a_entries = s_entry_allocator.allocate(actual_size);
78 a_other_entries = s_entry_allocator.allocate(other_actual_size);
83 s_entry_allocator.deallocate(a_entries, actual_size);
86 s_entry_allocator.deallocate(a_other_entries, other_actual_size);
98 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
99 s_entry_allocator.deallocate(other.m_a_entries, other.m_actual_size);
136 a_entries = s_entry_allocator.allocate(actual_size);
137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
142 s_entry_allocator.deallocate(a_entries, actual_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size)
    [all...]
constructors_destructor_fn_imps.hpp 43 PB_DS_CLASS_C_DEC::s_entry_allocator; member in class:PB_DS_CLASS_C_DEC
75 m_a_entries(s_entry_allocator.allocate(m_actual_size))
86 m_a_entries(s_entry_allocator.allocate(m_actual_size))
98 m_a_entries(s_entry_allocator.allocate(m_actual_size))
119 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
157 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
erase_fn_imps.hpp 53 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
57 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
137 entry_pointer a_entries = s_entry_allocator.allocate(actual_size);
141 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
199 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
206 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
insert_fn_imps.hpp 98 entry_pointer a_new_entries = s_entry_allocator.allocate(new_actual_size);
101 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
binary_heap_.hpp 325 static entry_allocator s_entry_allocator; member in class:__gnu_pbds::detail::binary_heap_
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
entry_list_fn_imps.hpp 50 s_entry_allocator.deallocate(p_dealloc_e, 1);
60 entry_pointer p_e = s_entry_allocator.allocate(1);
73 entry_pointer p_e = s_entry_allocator.allocate(1);
89 s_entry_allocator.deallocate(p_e, 1);
size_fn_imps.hpp 58 { return s_entry_allocator.max_size(); }
constructor_destructor_fn_imps.hpp 44 PB_DS_CLASS_C_DEC::s_entry_allocator; member in class:PB_DS_CLASS_C_DEC
cc_ht_map_.hpp 592 static entry_allocator s_entry_allocator; member in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
info_fn_imps.hpp 52 { return s_entry_allocator.max_size(); }
resize_fn_imps.hpp 93 a_entries_resized = s_entry_allocator.allocate(new_size);
109 s_entry_allocator.deallocate(a_entries_resized, new_size);
119 s_entry_allocator.deallocate(m_entries, old_size);
constructor_destructor_fn_imps.hpp 44 PB_DS_CLASS_C_DEC::s_entry_allocator; member in class:PB_DS_CLASS_C_DEC
61 m_entries(s_entry_allocator.allocate(m_num_e))
72 m_entries(s_entry_allocator.allocate(m_num_e))
84 m_entries(s_entry_allocator.allocate(m_num_e))
98 m_entries(s_entry_allocator.allocate(m_num_e))
112 m_entries(s_entry_allocator.allocate(m_num_e))
127 m_entries(s_entry_allocator.allocate(m_num_e))
144 m_entries(s_entry_allocator.allocate(m_num_e))
196 s_entry_allocator.deallocate(m_entries, m_num_e);
gp_ht_map_.hpp 637 static entry_allocator s_entry_allocator; member in class:__gnu_pbds::detail::PB_DS_CLASS_NAME
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
info_fn_imps.hpp 51 { return s_entry_allocator.max_size(); }
insert_fn_imps.hpp 71 entry_pointer p_l = s_entry_allocator.allocate(1);
87 entry_pointer p_l = s_entry_allocator.allocate(1);
constructor_destructor_fn_imps.hpp 43 PB_DS_CLASS_C_DEC::s_entry_allocator; member in class:PB_DS_CLASS_C_DEC
erase_fn_imps.hpp 133 s_entry_allocator.deallocate(p_l, 1);
lu_map_.hpp 331 static entry_allocator s_entry_allocator; member in class:__gnu_pbds::detail::PB_DS_CLASS_NAME

Completed in 160 milliseconds