Searched refs:mAllocator (Results 1 – 1 of 1) sorted by relevance
29 : mAllocator(allocator), mPushPopAllocator(pushPop) in TScopedPoolAllocator()31 if (mPushPopAllocator) mAllocator->push(); in TScopedPoolAllocator()32 SetGlobalPoolAllocator(mAllocator); in TScopedPoolAllocator()37 if (mPushPopAllocator) mAllocator->pop(); in ~TScopedPoolAllocator()41 TPoolAllocator* mAllocator; member in __anon95731ce40111::TScopedPoolAllocator