Lines Matching refs:segment_table_allocator_traits
320 …: base_type(segment_table_allocator_traits::select_on_container_copy_construction(other.get_alloca… in concurrent_vector()
533 using segment_table_allocator_traits = typename base_type::segment_table_allocator_traits; variable
555 …segment_table_type new_segment_table = segment_table_allocator_traits::allocate(base_type::get_all… in allocate_long_table()
558 …segment_table_allocator_traits::construct(base_type::get_allocator(), &new_segment_table[segment_i… in allocate_long_table()
562 …segment_table_allocator_traits::construct(base_type::get_allocator(), &new_segment_table[segment_i… in allocate_long_table()
691 … segment_table_allocator_traits::construct(base_type::get_allocator(), to + i, from[i]); in copy_segment()
714 … segment_table_allocator_traits::construct(base_type::get_allocator(), to + i, std::move(from[i])); in move_segment()
785 …segment_table_allocator_traits::construct(base_type::get_allocator(), element_address, std::forwar… in internal_emplace_back()
805 … segment_table_allocator_traits::construct(base_type::get_allocator(), element_address, args...); in internal_loop_construct()
815 … segment_table_allocator_traits::construct(base_type::get_allocator(), element_address, *first++); in internal_loop_construct()
927 …segment_table_allocator_traits::destroy(base_type::get_allocator(), &base_type::template internal_… in internal_resize()
970 …auto buffer_table = segment_table_allocator_traits::allocate(base_type::get_allocator(), max_block… in internal_compact()
973 … segment_table_allocator_traits::construct(base_type::get_allocator(), &buffer_table[seg_idx], in internal_compact()
984 … segment_table_allocator_traits::construct(base_type::get_allocator(), element_address, in internal_compact()
1001 segment_table_allocator_traits::deallocate(base_type::get_allocator(), in internal_compact()
1022 … segment_table_allocator_traits::destroy(base_type::get_allocator(), &buffer_table[seg_idx]); in internal_compact()
1025 … segment_table_allocator_traits::deallocate(base_type::get_allocator(), buffer_table, max_block); in internal_compact()