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

/frameworks/native/libs/binder/
H A DMemoryDealer.cpp123 class SimpleBestFitAllocator class in namespace:android
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
230 mAllocator(new SimpleBestFitAllocator(size))
263 SimpleBestFitAllocator* MemoryDealer::allocator() const {
270 const int SimpleBestFitAllocator::kMemoryAlign = 32;
272 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) function in class:android::SimpleBestFitAllocator
281 SimpleBestFitAllocator::~SimpleBestFitAllocator()
[all...]

Completed in 143 milliseconds