Changeset 14336 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 18, 2008 10:21:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r14335 r14336 1195 1195 ULONG tmp; 1196 1196 int rc = hal->getHostMemoryUsage(size, &tmp, &tmp); 1197 size /= 1024; 1197 1198 delete hal; 1198 1199 return rc; … … 1217 1218 ULONG tmp; 1218 1219 int rc = hal->getHostMemoryUsage(&tmp, &tmp, available); 1220 available /= 1024; 1219 1221 delete hal; 1220 1222 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.