Changeset 11181 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 6, 2008 3:43:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstCollector.cpp
r10955 r11181 165 165 RTPrintf("tstCollector: TESTING - Memory usage\n"); 166 166 167 unsigned longtotal, used, available, processUsed;167 ULONG total, used, available, processUsed; 168 168 169 169 rc = collector->getHostMemoryUsage(&total, &used, &available);
Note:
See TracChangeset
for help on using the changeset viewer.