Searched refs:Concept (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/test/tbbmalloc/ |
| H A D | test_scalable_allocator.cpp | 188 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 D | conformance_allocators.cpp | 31 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 D | allocator_test_common.h | 274 enum TestName { Concept, Broken, Exceptions, ThreadSafety, Comparison }; enumerator 308 case Concept:
|