Home
last modified time | relevance | path

Searched defs:queue_allocator_type (Results 1 – 2 of 2) sorted by relevance

/oneTBB/include/oneapi/tbb/
H A Dconcurrent_queue.h56 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_represent… variable
325 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_represent… variable
/oneTBB/include/oneapi/tbb/detail/
H A D_concurrent_queue_base.h70 …using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<queue_rep_type>; variable
419 using queue_allocator_type = typename allocator_traits_type::template rebind_alloc<self_type>; member