Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_unordered_base.h799 using segment_allocator_traits = tbb::detail::allocator_traits<segment_allocator_type>; variable
805segment_allocator_traits::is_always_equal::value;
808 segment_allocator_traits::is_always_equal::value;
831 segment_type new_segment = segment_allocator_traits::allocate(alloc, seg_size); in create_segment()
833 segment_allocator_traits::construct(alloc, new_segment + i, nullptr); in create_segment()
853 segment_allocator_traits::destroy(alloc, address + i); in destroy_segment()
855 segment_allocator_traits::deallocate(alloc, address, this->segment_size(index)); in destroy_segment()