Home
last modified time | relevance | path

Searched refs:SimpleBestFitAllocator (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/binder/
DMemoryDealer.cpp122 class SimpleBestFitAllocator class
128 explicit SimpleBestFitAllocator(size_t size);
129 ~SimpleBestFitAllocator();
231 mAllocator(new SimpleBestFitAllocator(size)) {} in MemoryDealer()
262 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator()
269 return SimpleBestFitAllocator::getAllocationAlignment(); in getAllocationAlignment()
275 const int SimpleBestFitAllocator::kMemoryAlign = 32;
277 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator
286 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()
301 size_t SimpleBestFitAllocator::size() const in size()
[all …]
/frameworks/native/libs/binder/include/binder/
DMemoryDealer.h29 class SimpleBestFitAllocator; variable
54 SimpleBestFitAllocator* allocator() const;
57 SimpleBestFitAllocator* mAllocator;
/frameworks/native/include/binder/
DMemoryDealer.h29 class SimpleBestFitAllocator; variable
54 SimpleBestFitAllocator* allocator() const;
57 SimpleBestFitAllocator* mAllocator;