Lines Matching refs:subAlloc
60 SubAllocator* subAlloc = nullptr; member
156 auto buf = block.subAlloc->alloc(create.size); in newAllocation()
163 block.subAlloc->getOffset(buf); in newAllocation()
178 auto buf = newBlock.subAlloc->alloc(create.size); in newAllocation()
193 newBlock.subAlloc->getOffset(buf); in newAllocation()
219 if (!block.subAlloc->free(alloc.buffer)) { in deleteAllocation()
384 block.subAlloc->save(stream); in saveBlockLocked()
415 block.subAlloc->load(stream); in loadBlockLocked()
449 block.subAlloc = in fillBlockLocked()
502 block.subAlloc = in fillBlockLocked()
528 delete block.subAlloc; in destroyBlockLocked()
537 return block.subAlloc->empty(); in shouldDestryBlockLocked()