Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_segment_table.h221 size_type find_last_allocated_segment( segment_table_type table ) const noexcept { in find_last_allocated_segment() function
352 size_type end_segment_size = segment_size(other.find_last_allocated_segment(other_table)); in internal_transfer()
/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h798 … segment_index_type last_allocated_segment = this->find_last_allocated_segment(table); in internal_loop_construct()
817 … segment_index_type last_allocated_segment = this->find_last_allocated_segment(table); in internal_loop_construct()
950 …const segment_index_type k_end = this->find_last_allocated_segment(table); // al… in internal_compact()