Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp242 TestAllocator<tbb::scalable_allocator<void>>(Comparison);
243 …TestAllocator<tbb::memory_pool_allocator<void>>(Comparison, tbb::memory_pool_allocator<void>(mpool…
244 TestAllocator<tbb::memory_pool_allocator<int>>(Comparison, mpalloc);
245 TestAllocator<tbb::memory_pool_allocator<void>>(Comparison, mpalloc);
/oneTBB/test/conformance/
H A Dconformance_allocators.cpp43 TestAllocator<oneapi::tbb::cache_aligned_allocator<void>>(Comparison);
44 TestAllocator<oneapi::tbb::tbb_allocator<void>>(Comparison);
/oneTBB/test/common/
H A Dallocator_test_common.h274 enum TestName { Concept, Broken, Exceptions, ThreadSafety, Comparison }; enumerator
303 case Comparison: