Changeset 46328 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- May 30, 2013 12:37:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/PerformanceWin.cpp
r46321 r46328 90 90 HMODULE mhNtDll; 91 91 92 ULONG totalRAM;92 ULONG totalRAM; 93 93 }; 94 94 … … 311 311 int CollectorWin::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available) 312 312 { 313 AssertReturn(totalRAM, VERR_INTERNAL_ERROR); 313 314 uint64_t cb; 314 315 int rc = RTSystemQueryAvailableRam(&cb);
Note:
See TracChangeset
for help on using the changeset viewer.