Lines Matching refs:SimpleBestFitAllocator
123 class SimpleBestFitAllocator class
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
230 mAllocator(new SimpleBestFitAllocator(size)) in MemoryDealer()
263 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator()
270 const int SimpleBestFitAllocator::kMemoryAlign = 32;
272 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator
281 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()
288 size_t SimpleBestFitAllocator::size() const in size()
293 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) in allocate()
300 status_t SimpleBestFitAllocator::deallocate(size_t offset) in deallocate()
310 ssize_t SimpleBestFitAllocator::alloc(size_t size, uint32_t flags) in alloc()
367 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc()
408 void SimpleBestFitAllocator::dump(const char* what) const in dump()
414 void SimpleBestFitAllocator::dump_l(const char* what) const in dump_l()
421 void SimpleBestFitAllocator::dump(String8& result, in dump()
428 void SimpleBestFitAllocator::dump_l(String8& result, in dump_l()