Searched refs:s_entry_pointer_allocator (Results 1 – 3 of 3) sorted by relevance
54 PB_DS_CLASS_C_DEC::s_entry_pointer_allocator; member in PB_DS_CLASS_C_DEC71 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()
100 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()
603 static entry_pointer_allocator s_entry_pointer_allocator; member in pb_ds::detail::PB_DS_CLASS_NAME