Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h71 : my_segment_table_allocator(segment_table_allocator_traits:: in segment_table()
98 …: my_segment_table_allocator(std::move(other.my_segment_table_allocator)), my_segment_table(nullpt… in segment_table()
122 copy_assign_allocators(my_segment_table_allocator, other.my_segment_table_allocator);
135 move_assign_allocators(my_segment_table_allocator, other.my_segment_table_allocator); in noexcept()
148 swap_allocators(my_segment_table_allocator, other.my_segment_table_allocator); in swap()
166 return my_segment_table_allocator; in get_allocator()
170 return my_segment_table_allocator; in get_allocator()
407 if (other.my_segment_table_allocator == alloc) { in internal_move_construct_with_allocator()
429 if (my_segment_table_allocator == other.my_segment_table_allocator) { in internal_move_assign()
449 __TBB_ASSERT(my_segment_table_allocator == other.my_segment_table_allocator, in internal_swap()
[all …]