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

/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp28 #include "utils/LinearAllocator.h"
87 class LinearAllocator::Page {
111 LinearAllocator::LinearAllocator() function in class:android::uirenderer::LinearAllocator
122 LinearAllocator::~LinearAllocator(void) {
138 void* LinearAllocator::start(Page* p) {
142 void* LinearAllocator::end(Page* p) {
146 bool LinearAllocator::fitsInCurrentPage(size_t size) {
150 void LinearAllocator
[all...]
H A DLinearAllocator.h43 class LinearAllocator { class in namespace:android::uirenderer
45 LinearAllocator();
46 ~LinearAllocator();
52 * The lifetime of the returned buffers is tied to that of the LinearAllocator. If calling
95 * Attempt to deallocate the given buffer, with the LinearAllocator attempting to rewind its
114 * The number of bytes used for buffers allocated in the LinearAllocator (does not count space
120 LinearAllocator(const LinearAllocator& other);
160 LinearStdAllocator(LinearAllocator& allocator)
186 LinearAllocator
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h20 * \brief Chunk is the basic unit of the storage of the LinearAllocator
22 * @see LinearAllocator
255 /** \class LinearAllocator
256 * \brief LinearAllocator is another bump pointer allocator which should be
264 * The underlying concept of LinearAllocator is a memory pool. LinearAllocator
272 class LinearAllocator class in namespace:mcld
277 typedef LinearAllocator<NewDataType, ChunkSize> other;
281 LinearAllocator() : LinearAllocatorBase<Chunk<DataType, ChunkSize> >() {} function in class:mcld::LinearAllocator
283 virtual ~LinearAllocator() {}
287 class LinearAllocator<DataType, 0> class in namespace:mcld
296 explicit LinearAllocator(size_t pNum) function in class:mcld::LinearAllocator
[all...]

Completed in 416 milliseconds