VirtualBox

Changeset 53 in vbox


Ignore:
Timestamp:
Jan 16, 2007 9:56:51 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17482
Message:

PreAlloc -> PreAllocRam

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MM.cpp

    r34 r53  
    200200        cbRam = 0;
    201201
    202     rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "PreAlloc", &fPreAlloc);
     202    rc = CFGMR3QueryBool(CFGMR3GetRoot(pVM), "PreAllocRam", &fPreAlloc);
    203203    if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    204204        fPreAlloc = false;
Note: See TracChangeset for help on using the changeset viewer.

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