- Timestamp:
- Oct 27, 2010 1:33:44 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67100
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMPhys.cpp
r33507 r33508 3852 3852 { 3853 3853 /** Too little free RAM left; don't bother as the host might try to move memory around, which is very expensive. */ 3854 LogRel(("PGMR3PhysAllocateLargeHandyPage: refuse to allocate large page; available memory on the host: %RX64\n", cbAvailableMem)); 3854 3855 return VINF_EM_NO_MEMORY; 3855 3856 }
Note:
See TracChangeset
for help on using the changeset viewer.