Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_allocators.cpp76 TestAllocator<tbb::cache_aligned_allocator<void>>(Broken);
77 TestAllocator<tbb::tbb_allocator<void>>(Broken);
/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp278 TestAllocator<tbb::scalable_allocator<void>>(Broken);
281 … TestAllocator<tbb::memory_pool_allocator<void>>(Broken, tbb::memory_pool_allocator<void>(mpool));
/oneTBB/test/common/
H A Dallocator_test_common.h274 enum TestName { Concept, Broken, Exceptions, ThreadSafety, Comparison }; enumerator
314 case Broken: