VirtualBox

Changeset 18800 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 7, 2009 10:16:27 AM (16 years ago)
Author:
vboxsync
Message:

MMHyper: No need to blow up the hyper heap to accomodate PGMCHUNKR3MAP structures any longer, MMUkHeap should take care of that now.

File:
1 edited

Legend:

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

    r18719 r18800  
    8787        uint64_t cbRam;
    8888        CFGMR3QueryU64Def(CFGMR3GetRoot(pVM), "RamSize", &cbRam, 0);
     89#if 0 /* MMUkHeap takes care of this now...*/
    8990        if (cbRam > _2G)
    9091        {
     
    9394            cbHyperHeap = RT_ALIGN_32(cbHyperHeap, _64K);
    9495        }
     96#endif
    9597    }
    9698    else
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