Home
last modified time | relevance | path

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

/oneTBB/test/tbbmalloc/
H A Dtest_scalable_allocator.cpp85 class NullAllocator { class
88 NullAllocator() { } in NullAllocator() function in NullAllocator
89 NullAllocator(const NullAllocator&) { } in NullAllocator() argument
90 ~NullAllocator() { } in ~NullAllocator()
97 tbb::memory_pool<NullAllocator> pool; in TestZeroSpaceMemoryPool()