Home
last modified time | relevance | path

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

/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
/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
H A D_concurrent_unordered_base.h228 … using node_allocator_type = typename allocator_traits_type::template rebind_alloc<list_node_type>; variable