Searched refs:SimpleBestFitAllocator (Results 1 – 3 of 3) sorted by relevance
122 class SimpleBestFitAllocator class128 explicit SimpleBestFitAllocator(size_t size);129 ~SimpleBestFitAllocator();231 mAllocator(new SimpleBestFitAllocator(size)) {} in MemoryDealer()262 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator()269 return SimpleBestFitAllocator::getAllocationAlignment(); in getAllocationAlignment()275 const int SimpleBestFitAllocator::kMemoryAlign = 32;277 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator286 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()301 size_t SimpleBestFitAllocator::size() const in size()[all …]
29 class SimpleBestFitAllocator; variable54 SimpleBestFitAllocator* allocator() const;57 SimpleBestFitAllocator* mAllocator;