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

/frameworks/native/include/binder/
H A DMemoryDealer.h30 class SimpleBestFitAllocator;
54 SimpleBestFitAllocator* allocator() const;
57 SimpleBestFitAllocator* mAllocator;
/frameworks/native/libs/binder/
H A DMemoryDealer.cpp123 class SimpleBestFitAllocator class in namespace:android
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
232 mAllocator(new SimpleBestFitAllocator(size))
265 SimpleBestFitAllocator* MemoryDealer::allocator() const {
272 return SimpleBestFitAllocator::getAllocationAlignment();
278 const int SimpleBestFitAllocator::kMemoryAlign = 32;
280 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) function in class:android::SimpleBestFitAllocator
289 SimpleBestFitAllocator
[all...]

Completed in 327 milliseconds