Searched refs:SimpleBestFitAllocator (Results 1 – 2 of 2) sorted by relevance
123 class SimpleBestFitAllocator class129 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::SimpleBestFitAllocator289 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()296 size_t SimpleBestFitAllocator::size() const in size()[all …]
30 class SimpleBestFitAllocator; variable54 SimpleBestFitAllocator* allocator() const;57 SimpleBestFitAllocator* mAllocator;