Home
last modified time | relevance | path

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

/oneTBB/test/conformance/
H A Dconformance_concurrent_queue.cpp33 using test_allocator = StaticSharedCountingAllocator<oneapi::tbb::cache_aligned_allocator<T>>; typedef
56 class ConcQWithCapacity : public oneapi::tbb::concurrent_queue<T, test_allocator<T>> {
57 using base_type = oneapi::tbb::concurrent_queue<T, test_allocator<T>>;
97 TestEmptyQueue<oneapi::tbb::concurrent_bounded_queue<char, test_allocator<char>>, char>(); in TestEmptiness()
99 test_allocator<move_support_tests::Foo>>, move_support_tests::Foo>(); in TestEmptiness()
176 …TestClear<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_suppo… in TestClearWorks()
253 …TestIterator<oneapi::tbb::concurrent_queue<move_support_tests::Foo, test_allocator<move_support_te… in TestQueueIteratorWorks()
254 …TestIterator<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_su… in TestQueueIteratorWorks()
626 class ConcQPushPopWrapper : public oneapi::tbb::concurrent_queue<T, test_allocator<T>> {
634 …bool try_pop( T& dest ) { return this->oneapi::tbb::concurrent_queue<T, test_allocator<T>>::try_po… in try_pop()
[all …]