Searched refs:SimpleBestFitAllocator (Results 1 – 3 of 3) sorted by relevance
123 class SimpleBestFitAllocator class129 explicit SimpleBestFitAllocator(size_t size);130 ~SimpleBestFitAllocator();232 mAllocator(new SimpleBestFitAllocator(size)) {} in MemoryDealer()276 const int SimpleBestFitAllocator::kMemoryAlign = 32;278 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator287 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()302 size_t SimpleBestFitAllocator::size() const in size()381 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc()435 void SimpleBestFitAllocator::dump(String8& result, in dump()[all …]
28 class SimpleBestFitAllocator; variable52 SimpleBestFitAllocator* allocator() const;55 SimpleBestFitAllocator* mAllocator;