Lines Matching refs:SimpleBestFitAllocator
123 class SimpleBestFitAllocator class
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
232 mAllocator(new SimpleBestFitAllocator(size)) in MemoryDealer()
265 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator()
272 return SimpleBestFitAllocator::getAllocationAlignment(); in getAllocationAlignment()
278 const int SimpleBestFitAllocator::kMemoryAlign = 32;
280 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator
289 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()
296 size_t SimpleBestFitAllocator::size() const in size()
301 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) in allocate()
308 status_t SimpleBestFitAllocator::deallocate(size_t offset) in deallocate()
318 ssize_t SimpleBestFitAllocator::alloc(size_t size, uint32_t flags) in alloc()
375 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc()
416 void SimpleBestFitAllocator::dump(const char* what) const in dump()
422 void SimpleBestFitAllocator::dump_l(const char* what) const in dump_l()
429 void SimpleBestFitAllocator::dump(String8& result, in dump()
436 void SimpleBestFitAllocator::dump_l(String8& result, in dump_l()