Searched defs:LinearAllocator (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h26 * \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> > class in namespace:mcld
284 typedef LinearAllocator<NewDataType, ChunkSize> other;
288 LinearAllocator() function in class:mcld::LinearAllocator
292 virtual ~LinearAllocator()
297 class LinearAllocator<DataType, 0> : public LinearAllocatorBase<Chunk<DataType, 0> > class in namespace:mcld
306 explicit LinearAllocator(size_t pNum) function in class:mcld::LinearAllocator
[all...]

Completed in 38 milliseconds