Changeset 46328 in vbox for trunk/src/VBox/Main/src-server/darwin
- Timestamp:
- May 30, 2013 12:37:09 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86099
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/PerformanceDarwin.cpp
r44529 r46328 66 66 virtual int getProcessMemoryUsage(RTPROCESS process, ULONG *used); 67 67 private: 68 ULONG totalRAM;68 ULONG totalRAM; 69 69 uint32_t nCpus; 70 70 }; … … 116 116 int CollectorDarwin::getHostMemoryUsage(ULONG *total, ULONG *used, ULONG *available) 117 117 { 118 AssertReturn(totalRAM, VERR_INTERNAL_ERROR); 118 119 uint64_t cb; 119 120 int rc = RTSystemQueryAvailableRam(&cb);
Note:
See TracChangeset
for help on using the changeset viewer.