Searched defs:GCFactoryBase (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h103 class GCFactoryBase : public Alloc { class in namespace:mcld
116 GCFactoryBase() : Alloc(), m_NumAllocData(0) {} function in class:mcld::GCFactoryBase
118 explicit GCFactoryBase(size_t pNum) : Alloc(pNum), m_NumAllocData(0) {} function in class:mcld::GCFactoryBase
121 virtual ~GCFactoryBase() { Alloc::clear(); }
186 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > {
188 GCFactory() : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() {}
193 : public GCFactoryBase<LinearAllocator<DataType, 0> > {
196 : GCFactoryBase<LinearAllocator<DataType, 0> >(pNum) {}

Completed in 274 milliseconds