Lines Matching refs:test_allocator

33 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()
132 …TestFullQueue<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_s… in TestFullness()
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()
764 …shPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_t… in TestConcurrentPushPop()
766 …shPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_t… in TestConcurrentPushPop()
768 …shPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_t… in TestConcurrentPushPop()
770 …shPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_t… in TestConcurrentPushPop()
772 …shPop<oneapi::tbb::concurrent_bounded_queue<move_support_tests::Foo, test_allocator<move_support_t… in TestConcurrentPushPop()