Searched refs:NullAllocator (Results 1 – 1 of 1) sorted by relevance
85 class NullAllocator { class88 NullAllocator() { } in NullAllocator() function in NullAllocator89 NullAllocator(const NullAllocator&) { } in NullAllocator() argument90 ~NullAllocator() { } in ~NullAllocator()97 tbb::memory_pool<NullAllocator> pool; in TestZeroSpaceMemoryPool()