HomeSort by relevance Sort by last modified time
    Searched refs:TPoolAllocator (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
PoolAlloc.h 116 class TPoolAllocator {
118 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
123 ~TPoolAllocator();
212 TPoolAllocator& operator=(const TPoolAllocator&); // dont allow assignment operator
213 TPoolAllocator(const TPoolAllocator&); // dont allow default copy constructor
222 extern TPoolAllocator* GetGlobalPoolAllocator();
223 extern void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator);
251 pool_allocator(TPoolAllocator& a) : allocator(&a) {
    [all...]
PoolAlloc.cpp 36 TPoolAllocator* GetGlobalPoolAllocator()
39 return static_cast<TPoolAllocator*>(OS_GetTLSValue(PoolIndex));
42 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator)
49 // Implement the functionality of the TPoolAllocator class, which
52 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) :
96 TPoolAllocator::~TPoolAllocator()
152 void TPoolAllocator::push()
171 void TPoolAllocator::pop(
    [all...]
ShHandle.h 51 TPoolAllocator allocator;
Compiler.cpp 32 TScopedPoolAllocator(TPoolAllocator* allocator, bool pushPop)
43 TPoolAllocator* mAllocator;

Completed in 2448 milliseconds