Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DCompiler.cpp26 class TScopedPoolAllocator { class
28 TScopedPoolAllocator(TPoolAllocator* allocator, bool pushPop) in TScopedPoolAllocator() function in __anon95731ce40111::TScopedPoolAllocator
34 ~TScopedPoolAllocator() in ~TScopedPoolAllocator()
91 TScopedPoolAllocator scopedAlloc(&allocator, false); in Init()
105 TScopedPoolAllocator scopedAlloc(&allocator, true); in compile()