HomeSort by relevance Sort by last modified time
    Searched refs:LinearAllocator (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 27 class UniqueGCFactoryBase : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> >
30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc;
35 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >()
39 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >(pNum)
GCFactory.h 211 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> >
215 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >()
220 class GCFactory<DataType, 0> : public GCFactoryBase<LinearAllocator<DataType, 0> >
224 : GCFactoryBase<LinearAllocator<DataType, 0> >(pNum)
Allocators.h 26 * \brief Chunk is the basic unit of the storage of the LinearAllocator
28 * @see LinearAllocator
262 /** \class LinearAllocator
263 * \brief LinearAllocator is another bump pointer allocator which should be
271 * The underlying concept of LinearAllocator is a memory pool. LinearAllocator
279 class LinearAllocator : public LinearAllocatorBase<Chunk<DataType, ChunkSize> >
284 typedef LinearAllocator<NewDataType, ChunkSize> other;
288 LinearAllocator()
292 virtual ~LinearAllocator()
    [all...]
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 19 * \brief The testcase for LinearAllocator
21 * \see LinearAllocator
67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
RTLinearAllocatorTest.h 68 mcld::LinearAllocator<Data,0>* m_pTestee;
LinearAllocatorTest.cpp 20 m_pTestee = new LinearAllocator<Data, CHUNK_SIZE>();
RTLinearAllocatorTest.cpp 20 m_pTestee = new LinearAllocator<Data, 0>(CHUNK_SIZE);

Completed in 184 milliseconds