Searched refs:segment_table_allocator_traits (Results 1 – 2 of 2) sorted by relevance
| /oneTBB/include/oneapi/tbb/detail/ |
| H A D | _segment_table.h | 56 …using segment_table_allocator_traits = tbb::detail::allocator_traits<segment_table_allocator_type>; 71 : my_segment_table_allocator(segment_table_allocator_traits:: in segment_table() 112 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; 131 …using pocma_type = typename segment_table_allocator_traits::propagate_on_container_move_assignment; in noexcept() 132 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; in noexcept() 144 using is_equal_type = typename segment_table_allocator_traits::is_always_equal; in swap() 145 using pocs_type = typename segment_table_allocator_traits::propagate_on_container_swap; in swap() 268 … segment_table_allocator_traits::destroy(my_segment_table_allocator, ¤t_segment_table[i]); in clear_table() 271 …segment_table_allocator_traits::deallocate(my_segment_table_allocator, current_segment_table, poin… in clear_table()
|
| /oneTBB/include/oneapi/tbb/ |
| H A D | concurrent_vector.h | 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 691 … segment_table_allocator_traits::construct(base_type::get_allocator(), to + i, from[i]); in copy_segment() 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() 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() [all …]
|