Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h215 …head_page.store(make_copy(allocator, srcp, index, end_in_first_page, g_index, construct_item), std… in assign()
225 … cur_page->next = make_copy( allocator, srcp, 0, items_per_page, g_index, construct_item ); in assign()
233 … cur_page->next = make_copy( allocator, srcp, 0, last_index, g_index, construct_item ); in assign()
248 …padded_page* make_copy( queue_allocator_type& allocator, const padded_page* src_page, size_type be… in make_copy() function