Lines Matching refs:SubAllocator
26 class SubAllocator::Impl {
205 SubAllocator::SubAllocator( in SubAllocator() function in android::base::SubAllocator
210 new SubAllocator::Impl(buffer, totalSize, pageSize)) { } in SubAllocator()
212 SubAllocator::~SubAllocator() { in ~SubAllocator()
217 bool SubAllocator::save(Stream* stream) { in save()
221 bool SubAllocator::load(Stream* stream) { in load()
225 bool SubAllocator::postLoad(void* postLoadBuffer) { in postLoad()
229 void* SubAllocator::alloc(size_t wantedSize) { in alloc()
233 void* SubAllocator::allocFixed(size_t wantedSize, uint64_t offset) { in allocFixed()
237 bool SubAllocator::free(void* ptr) { in free()
241 void SubAllocator::freeAll() { in freeAll()
245 uint64_t SubAllocator::getOffset(void* ptr) { in getOffset()
249 bool SubAllocator::empty() const { in empty()