Searched defs:Block (Results 1 – 1 of 1) sorted by relevance
58 struct Block { struct59 char* buffer = nullptr;60 SubAllocator* subAlloc = nullptr;61 uint64_t offsetIntoPhys = 0; // guest claimShared/mmap uses this63 bool isEmpty = true;64 bool dedicated = false;65 size_t dedicatedSize = 0;66 bool usesVirtioGpuHostmem = false;67 uint64_t hostmemId = 0;68 bool external = false;