Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/include/host-common/
Daddress_space_graphics.h31 struct Allocation { struct
32 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;