Searched refs:node_allocator_type (Results 1 – 3 of 3) sorted by relevance
263 using node_allocator_type = typename allocator_traits_type::template rebind_alloc<std::uint8_t>; variable264 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;
228 … using node_allocator_type = typename allocator_traits_type::template rebind_alloc<list_node_type>; variable230 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()
638 …using node_allocator_type = typename base_type::allocator_traits_type::template rebind_alloc<node>; in __TBB_requires() local639 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()