Searched refs:segment_allocator_traits (Results 1 – 1 of 1) sorted by relevance
799 using segment_allocator_traits = tbb::detail::allocator_traits<segment_allocator_type>; variable805 … segment_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()