Searched refs:LinearAllocatorBase (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h89 class LinearAllocatorBase { class in namespace:mcld
102 LinearAllocatorBase() : m_pRoot(NULL), m_pCurrent(NULL), m_AllocatedNum(0) {} function in class:mcld::LinearAllocatorBase
104 // LinearAllocatorBase does NOT mean to destroy the allocated memory.
107 virtual ~LinearAllocatorBase() {}
252 DISALLOW_COPY_AND_ASSIGN(LinearAllocatorBase);
273 : public LinearAllocatorBase<Chunk<DataType, ChunkSize> > {
281 LinearAllocator() : LinearAllocatorBase<Chunk<DataType, ChunkSize> >() {}
288 : public LinearAllocatorBase<Chunk<DataType, 0> > {
297 : LinearAllocatorBase<Chunk<DataType, 0> >() {

Completed in 133 milliseconds