Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_skip_list.h263 using node_allocator_type = typename allocator_traits_type::template rebind_alloc<std::uint8_t>; variable
264 using node_allocator_traits = tbb::detail::allocator_traits<node_allocator_type>;
266 using list_node_type = skip_list_node<value_type, node_allocator_type>;
1197 node_allocator_type my_node_allocator;
H A D_concurrent_unordered_base.h228 … using node_allocator_type = typename allocator_traits_type::template rebind_alloc<list_node_type>; variable
230 using node_allocator_traits = tbb::detail::allocator_traits<node_allocator_type>;
917 node_allocator_type dummy_node_allocator(my_segments.get_allocator()); in destroy_node()
1120 node_allocator_type dummy_node_allocator(my_segments.get_allocator()); in create_dummy_node()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_hash_map.h638 …using node_allocator_type = typename base_type::allocator_traits_type::template rebind_alloc<node>; in __TBB_requires() local
639 using node_allocator_traits = tbb::detail::allocator_traits<node_allocator_type>; in __TBB_requires()
655 node_allocator_type node_allocator(this->get_allocator()); in __TBB_requires()
663 node_allocator_type node_allocator(allocator); in __TBB_requires()