Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dparallel_pipeline.cpp134 void grow( size_type minimum_size );
250 void input_buffer::grow( size_type minimum_size ) { in grow() argument
253 while( new_size<minimum_size ) in grow()
/oneTBB/include/oneapi/tbb/detail/
H A D_flow_graph_item_buffer_impl.h156 void grow_my_array( size_t minimum_size ) { in grow_my_array() argument
160 while( new_size<minimum_size ) in grow_my_array()