Searched defs:SnapshotRamBlock (Results 1 – 1 of 1) sorted by relevance
27 struct SnapshotRamBlock { struct28 std::string id;29 int64_t startOffset;30 uint8_t* hostPtr;31 int64_t totalSize;32 int32_t pageSize;33 uint32_t flags;34 std::string path;35 bool readonly;36 bool needRestoreFromRamFile;