Searched refs:mAllocator (Results 1 – 1 of 1) sorted by relevance
34 TScopedPoolAllocator(TPoolAllocator* allocator) : mAllocator(allocator) { in TScopedPoolAllocator()35 mAllocator->push(); in TScopedPoolAllocator()36 SetGlobalPoolAllocator(mAllocator); in TScopedPoolAllocator()40 mAllocator->pop(); in ~TScopedPoolAllocator()44 TPoolAllocator* mAllocator; member in __anon619d2db10111::TScopedPoolAllocator