VirtualBox

Changeset 14336 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 18, 2008 10:21:54 PM (16 years ago)
Author:
vboxsync
Message:

Changed units to MB to match the description.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/HostImpl.cpp

    r14335 r14336  
    11951195    ULONG tmp;
    11961196    int rc = hal->getHostMemoryUsage(size, &tmp, &tmp);
     1197    size /= 1024;
    11971198    delete hal;
    11981199    return rc;
     
    12171218    ULONG tmp;
    12181219    int rc = hal->getHostMemoryUsage(&tmp, &tmp, available);
     1220    available /= 1024;
    12191221    delete hal;
    12201222    return rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette