Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp188 TestAllocator<tbb::scalable_allocator<void>>(Concept);
191 TestAllocator(Concept, tbb::memory_pool_allocator<void>(pool));
206 TestAllocator(Concept, tbb::memory_pool_allocator<void>(pool) );
217 TestAllocator(Concept, tbb::memory_pool_allocator<void>(pool) );
232 TestAllocator(Concept, nestedAllocator);
238 TestAllocator<tbb::memory_pool_allocator<int>>(Concept, mpalloc);
239 TestAllocator<tbb::memory_pool_allocator<void>>(Concept, mpalloc);
/oneTBB/test/conformance/
H A Dconformance_allocators.cpp31 TestAllocator<oneapi::tbb::cache_aligned_allocator<void>>(Concept);
32 TestAllocator<oneapi::tbb::tbb_allocator<void>>(Concept);
86 …TestAllocator<std::pmr::polymorphic_allocator<void>>(Concept, std::pmr::polymorphic_allocator<void…
/oneTBB/test/common/
H A Dallocator_test_common.h274 enum TestName { Concept, Broken, Exceptions, ThreadSafety, Comparison }; enumerator
308 case Concept: