Searched defs:SimpleBestFitAllocator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/binder/
H A DMemoryDealer.cpp123 class SimpleBestFitAllocator class in namespace:android
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
226 mAllocator(new SimpleBestFitAllocator(size))
259 SimpleBestFitAllocator* MemoryDealer::allocator() const {
266 const int SimpleBestFitAllocator::kMemoryAlign = 32;
268 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) function in class:android::SimpleBestFitAllocator
277 SimpleBestFitAllocator::~SimpleBestFitAllocator()
[all...]

Completed in 48 milliseconds