Lines Matching refs:memory_pool_allocator
52 typedef StaticCountingAllocator<tbb::memory_pool_allocator<char>> cnt_alloc_t;
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) );
221 typedef tbb::memory_pool<tbb::memory_pool_allocator<char, tbb::fixed_pool> > NestedPool;
226 tbb::memory_pool_allocator<char, tbb::fixed_pool> fixedPoolAllocator(fixedPool);
230 tbb::memory_pool_allocator<char, NestedPool> nestedAllocator(nestedPool);
236 tbb::memory_pool_allocator<int> mpalloc(mpool);
238 TestAllocator<tbb::memory_pool_allocator<int>>(Concept, mpalloc);
239 TestAllocator<tbb::memory_pool_allocator<void>>(Concept, mpalloc);
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);
281 … TestAllocator<tbb::memory_pool_allocator<void>>(Broken, tbb::memory_pool_allocator<void>(mpool));
291 TestAllocatorWithSTL(tbb::memory_pool_allocator<void>(mpool) );
294 TestAllocatorWithSTL(tbb::memory_pool_allocator<void>(fpool) );