Home | History | Annotate | Download | only in MachineIndependent

Lines Matching refs:TPoolAllocator

51     TPoolAllocator *threadPoolAllocator = new TPoolAllocator();
87 TPoolAllocator& GetThreadPoolAllocator()
94 void SetThreadPoolAllocator(TPoolAllocator& poolAllocator)
102 // Implement the functionality of the TPoolAllocator class, which
105 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) :
150 TPoolAllocator::~TPoolAllocator()
209 void TPoolAllocator::push()
228 void TPoolAllocator::pop()
257 void TPoolAllocator::popAll()
263 void* TPoolAllocator::allocate(size_t numBytes)