Home
last modified time | relevance | path

Searched defs:wantedSize (Results 1 – 5 of 5) sorted by relevance

/hardware/google/aemu/base/
DSubAllocator.cpp156 void* alloc(size_t wantedSize) { in alloc()
175 void* allocFixed(size_t wantedSize, uint64_t offset) { in allocFixed()
229 void* SubAllocator::alloc(size_t wantedSize) { in alloc()
233 void* SubAllocator::allocFixed(size_t wantedSize, uint64_t offset) { in allocFixed()
/hardware/google/aemu/base/include/aemu/base/
DBumpPool.h42 void* alloc(size_t wantedSize) override { in alloc()
/hardware/google/gfxstream/guest/android-emu/aemu/base/
DBumpPool.h40 void* alloc(size_t wantedSize) override { in alloc()
DAndroidSubAllocator.cpp158 void* alloc(size_t wantedSize) { in alloc()
217 void* SubAllocator::alloc(size_t wantedSize) { in alloc()
DPool.cpp307 void* alloc(size_t wantedSize) { in alloc()
400 void* Pool::alloc(size_t wantedSize) { in alloc()