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

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h23 * \brief Chunk is the basic unit of the storage of the LinearAllocator
25 * @see LinearAllocator
275 /** \class LinearAllocator
276 * \brief LinearAllocator is another bump pointer allocator which should be
284 * The underlying concept of LinearAllocator is a memory pool. LinearAllocator
292 class LinearAllocator : public LinearAllocatorBase<Chunk<DataType, ChunkSize> > class in namespace:mcld
297 typedef LinearAllocator<NewDataType, ChunkSize> other;
301 LinearAllocator() function in class:mcld::LinearAllocator
305 virtual ~LinearAllocator()
310 class LinearAllocator<DataType, 0> : public LinearAllocatorBase<Chunk<DataType, 0> > class in namespace:mcld
319 explicit LinearAllocator(size_t pNum) function in class:mcld::LinearAllocator
[all...]

Completed in 56 milliseconds