Searched defs:Allocation (Results 1 – 1 of 1) sorted by relevance
31 struct Allocation { struct32 char* buffer = nullptr;33 size_t blockIndex = 0;34 uint64_t offsetIntoPhys = 0;35 uint64_t size = 0;36 bool dedicated = false;37 uint64_t hostmemId = 0;38 bool isView = false;