Searched defs:uMemSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp1160 ULONG uMemSize, uMemAvail; local
1161 CHECK_ERROR_BREAK(host, COMGETTER(MemorySize)(&uMemSize));
1162 RTPrintf("Total memory (MB): %u\n", uMemSize);
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1335 uint32_t uMemSize,
1341 m_uMemSize(uMemSize),
1328 TakeSnapshotTask(SessionMachine *m, Progress *p, const Utf8Str &t, Snapshot *s, const Utf8Str &strName, const Utf8Str &strDescription, bool fPause, uint32_t uMemSize, bool fTakingSnapshotOnline) argument

Completed in 55 milliseconds