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

/frameworks/native/include/binder/
H A DMemoryDealer.h30 class SimpleBestFitAllocator;
51 SimpleBestFitAllocator* allocator() const;
54 SimpleBestFitAllocator* mAllocator;
/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 36 milliseconds