Changeset 6802 in vbox
- Timestamp:
- Feb 4, 2008 7:37:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/MM.cpp
r6796 r6802 248 248 Log(("MM: %RU64 bytes of RAM%s\n", cbRam, fPreAlloc ? " (PreAlloc)" : "")); 249 249 250 #ifdef VBOX_WITH_NEW_PHYS_CODE251 250 /** @cfgm{MM/Policy, string, no overcommitment} 252 251 * Specifies the policy to use when reserving memory for this VM. The recognized … … 305 304 cbRam >> PAGE_SHIFT, enmPolicy, enmPriority); 306 305 } 307 #endif /* VBOX_WITH_NEW_PHYS_CODE */308 306 309 307 /*
Note:
See TracChangeset
for help on using the changeset viewer.