Home | History | Annotate | Download | only in compiler

Lines Matching defs:TPoolAllocator

56 TPoolAllocator& GetGlobalPoolAllocator()
63 void SetGlobalPoolAllocator(TPoolAllocator* poolAllocator)
71 // Implement the functionality of the TPoolAllocator class, which
74 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) :
118 TPoolAllocator::~TPoolAllocator()
167 void TPoolAllocator::push()
186 void TPoolAllocator::pop()
215 void TPoolAllocator::popAll()
221 void* TPoolAllocator::allocate(size_t numBytes)