Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DCompiler.cpp34 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