Home | History | Annotate | Download | only in compiler

Lines Matching refs:TPoolAllocator

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()
200 void TPoolAllocator::popAll()
206 void* TPoolAllocator::allocate(size_t numBytes)