Searched refs:my_node_allocator (Results 1 – 1 of 1) sorted by relevance
333 : my_node_allocator(std::move(other.my_node_allocator)), my_compare(other.my_compare), in concurrent_skip_list()340 : my_node_allocator(alloc), my_compare(other.my_compare), in concurrent_skip_list()355 copy_assign_allocators(my_node_allocator, other.my_node_allocator);371 move_assign_allocators(my_node_allocator, other.my_node_allocator);632 return my_node_allocator; in get_allocator()760 if (my_node_allocator == other.get_allocator()) { in internal_move_construct_with_allocator()1130 list_node_type::destroy(my_node_allocator, node); in delete_node()1170 if (my_node_allocator == other.my_node_allocator) { in internal_move_assign()1179 swap_allocators(my_node_allocator, other.my_node_allocator); in internal_swap_fields()1193 …__TBB_ASSERT(my_node_allocator == other.my_node_allocator, "Swapping with unequal allocators is no… in internal_swap()[all …]