Searched refs:queue_allocator_traits (Results 1 – 1 of 1) sorted by relevance
57 using queue_allocator_traits = tbb::detail::allocator_traits<queue_allocator_type>; variable78 queue_allocator_traits::construct(my_allocator, my_queue_representation); in concurrent_queue()105 …concurrent_queue(queue_allocator_traits::select_on_container_copy_construction(src.get_allocator()… in concurrent_queue()135 queue_allocator_traits::destroy(my_allocator, my_queue_representation); in ~concurrent_queue()326 using queue_allocator_traits = tbb::detail::allocator_traits<queue_allocator_type>; variable355 queue_allocator_traits::construct(my_allocator, my_queue_representation); in concurrent_bounded_queue()383 …concurrent_bounded_queue(queue_allocator_traits::select_on_container_copy_construction(src.get_all… in concurrent_bounded_queue()413 queue_allocator_traits::destroy(my_allocator, my_queue_representation); in ~concurrent_bounded_queue()