Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h538 …using segment_element_allocator_traits = tbb::detail::allocator_traits<segment_element_allocator_t… variable
583 … new_segment = segment_element_allocator_traits::allocate(segment_allocator, first_block_size); in create_segment()
607segment_element_allocator_traits::deallocate(segment_allocator, new_segment, first_block_size); in create_segment()
618 …new_segment = segment_element_allocator_traits::allocate(segment_allocator,this->segment_size(seg_… in create_segment()
666segment_element_allocator_traits::deallocate(segment_allocator, address, this->segment_size(seg_in… in deallocate_segment()
670segment_element_allocator_traits::deallocate(segment_allocator, address, elements_to_deallocate); in deallocate_segment()
680 segment_element_allocator_traits::destroy(segment_allocator, address + i); in destroy_segment()
991 segment_element_allocator_traits::destroy(allocator, element_adress); in internal_compact()
993 segment_element_allocator_traits::deallocate(allocator, in internal_compact()