Changeset 18800 in vbox for trunk/src/VBox
- Timestamp:
- Apr 7, 2009 10:16:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MMHyper.cpp
r18719 r18800 87 87 uint64_t cbRam; 88 88 CFGMR3QueryU64Def(CFGMR3GetRoot(pVM), "RamSize", &cbRam, 0); 89 #if 0 /* MMUkHeap takes care of this now...*/ 89 90 if (cbRam > _2G) 90 91 { … … 93 94 cbHyperHeap = RT_ALIGN_32(cbHyperHeap, _64K); 94 95 } 96 #endif 95 97 } 96 98 else
Note:
See TracChangeset
for help on using the changeset viewer.