Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_vector.h695zero_unconstructed_elements(this->get_segment(seg_index) + i, this->segment_size(seg_index) - i); in copy_segment()
702zero_unconstructed_elements(curr_segment + this->segment_base(j), this->segment_size(j)); in copy_segment()
718zero_unconstructed_elements(this->get_segment(seg_index) + i, this->segment_size(seg_index) - i); in move_segment()
725zero_unconstructed_elements(curr_segment + this->segment_base(j), this->segment_size(j)); in move_segment()
769 static void zero_unconstructed_elements( pointer start, size_type count ) { in zero_unconstructed_elements() function
782 zero_unconstructed_elements(element_address, /*count =*/1); in internal_emplace_back()
802 zero_unconstructed_elements(&this->internal_subscript(i), /*count =*/1); in internal_loop_construct()
821 zero_unconstructed_elements(&this->internal_subscript(i), /*count =*/1); in internal_loop_construct()