Searched refs:TScopedPoolAllocator (Results 1 – 2 of 2) sorted by relevance
26 class TScopedPoolAllocator { class28 TScopedPoolAllocator(TPoolAllocator* allocator, bool pushPop) in TScopedPoolAllocator() function in __anonf99562cc0111::TScopedPoolAllocator34 ~TScopedPoolAllocator() in ~TScopedPoolAllocator()92 TScopedPoolAllocator scopedAlloc(&allocator, false); in Init()106 TScopedPoolAllocator scopedAlloc(&allocator, true); in compile()
175 class TScopedPoolAllocator class178 TScopedPoolAllocator(angle::PoolAllocator *allocator) : mAllocator(allocator) in TScopedPoolAllocator() function in sh::__anona917a8340211::TScopedPoolAllocator183 ~TScopedPoolAllocator() in ~TScopedPoolAllocator()1055 TScopedPoolAllocator scopedAlloc(&allocator); in compile()