Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/
H A DMemoryDealer.cpp123 class SimpleBestFitAllocator class
129 explicit SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
232 mAllocator(new SimpleBestFitAllocator(size)) {} in MemoryDealer()
276 const int SimpleBestFitAllocator::kMemoryAlign = 32;
278 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) in SimpleBestFitAllocator() function in android::SimpleBestFitAllocator
287 SimpleBestFitAllocator::~SimpleBestFitAllocator() in ~SimpleBestFitAllocator()
302 size_t SimpleBestFitAllocator::size() const in size()
381 SimpleBestFitAllocator::chunk_t* SimpleBestFitAllocator::dealloc(size_t start) in dealloc()
435 void SimpleBestFitAllocator::dump(String8& result, in dump()
[all …]
/aosp12/frameworks/native/include/binder/
H A DMemoryDealer.h28 class SimpleBestFitAllocator; variable
52 SimpleBestFitAllocator* allocator() const;
55 SimpleBestFitAllocator* mAllocator;
/aosp12/frameworks/native/libs/binder/include/binder/
H A DMemoryDealer.h28 class SimpleBestFitAllocator; variable
52 SimpleBestFitAllocator* allocator() const;
55 SimpleBestFitAllocator* mAllocator;