Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_concurrent_priority_queue.cpp191 using basic_allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>; in test_scoped_allocator() typedef
192 …using allocator_type = std::allocator_traits<basic_allocator_type>::template rebind_alloc<allocato… in test_scoped_allocator()
/oneTBB/test/common/
H A Dconcurrent_associative_common.h1190 using basic_allocator_type = std::scoped_allocator_adaptor<std::allocator<allocator_data_type>>;
1192 …using allocator_type = typename std::allocator_traits<basic_allocator_type>::template rebind_alloc…