Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DCompiler.cpp57 : mAllocator(allocator), mPushPopAllocator(pushPop) { in TScopedPoolAllocator()
58 if (mPushPopAllocator) mAllocator->push(); in TScopedPoolAllocator()
59 SetGlobalPoolAllocator(mAllocator); in TScopedPoolAllocator()
63 if (mPushPopAllocator) mAllocator->pop(); in ~TScopedPoolAllocator()
67 TPoolAllocator* mAllocator; member in __anone265e7290111::TScopedPoolAllocator