Searched refs:SimpleBestFitAllocator (Results 1 – 2 of 2) sorted by relevance
123 class SimpleBestFitAllocator class129 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::SimpleBestFitAllocator281 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()[all …]
30 class SimpleBestFitAllocator; variable51 SimpleBestFitAllocator* allocator() const;54 SimpleBestFitAllocator* mAllocator;