Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp234 tbb::memory_pool<tbb::scalable_allocator<int>> mpool; variable
236 tbb::memory_pool_allocator<int> mpalloc(mpool);
243 …stAllocator<tbb::memory_pool_allocator<void>>(Comparison, tbb::memory_pool_allocator<void>(mpool));
280 tbb::memory_pool<tbb::scalable_allocator<int>> mpool; variable
281 … TestAllocator<tbb::memory_pool_allocator<void>>(Broken, tbb::memory_pool_allocator<void>(mpool));
290 tbb::memory_pool<tbb::scalable_allocator<int> > mpool; variable
291 TestAllocatorWithSTL(tbb::memory_pool_allocator<void>(mpool) );