Home
last modified time | relevance | path

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

/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h101 using page_allocator_type = typename allocator_traits_type::template rebind_alloc<padded_page>; variable
103 using page_allocator_traits = tbb::detail::allocator_traits<page_allocator_type>;
111 size_type prepare_page( ticket_type k, queue_rep_type& base, page_allocator_type page_allocator, in prepare_page()
148 page_allocator_type page_allocator(allocator); in push()
187 page_allocator_type page_allocator(allocator); in pop()
188 …micro_queue_pop_finalizer<self_type, value_type, page_allocator_type> finalizer(*this, page_alloca… in pop()
251 page_allocator_type page_allocator(allocator); in make_copy()
286 page_allocator_type page_allocator(allocator);
315 friend class micro_queue_pop_finalizer<self_type, value_type, page_allocator_type>;
415 using page_allocator_type = typename micro_queue_type::page_allocator_type; member
[all …]