Home
last modified time | relevance | path

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

/frameworks/base/libs/binder/
DMemoryDealer.cpp123 class SimpleBestFitAllocator class
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
226 mAllocator(new SimpleBestFitAllocator(size)) in MemoryDealer()
259 SimpleBestFitAllocator* MemoryDealer::allocator() const { in allocator()
266 const int SimpleBestFitAllocator::kMemoryAlign = 32;
268 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator
277 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()
284 size_t SimpleBestFitAllocator::size() const in size()
289 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) in allocate()
[all …]
/frameworks/base/include/binder/
DMemoryDealer.h30 class SimpleBestFitAllocator; variable
50 SimpleBestFitAllocator* allocator() const;
53 SimpleBestFitAllocator* mAllocator;