Home
last modified time | relevance | path

Searched refs:s_entry_pointer_allocator (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp54 PB_DS_CLASS_C_DEC::s_entry_pointer_allocator; member in PB_DS_CLASS_C_DEC
71 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
82 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
94 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
109 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
123 m_entries(s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
138 m_entries(m_entries = s_entry_pointer_allocator.allocate(m_num_e)) in PB_DS_CLASS_NAME()
185 s_entry_pointer_allocator.deallocate(m_entries, m_num_e); in deallocate_all()
H A Dresize_fn_imps.hpp100 a_p_entries_resized = s_entry_pointer_allocator.allocate(new_size); in resize_imp()
132 s_entry_pointer_allocator.deallocate(m_entries, old_size); in resize_imp_no_exceptions()
H A Dcc_ht_map_.hpp603 static entry_pointer_allocator s_entry_pointer_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME