Changeset 35914 in vbox
- Timestamp:
- Feb 9, 2011 3:04:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/VMM/VMMR0/GMMR0.cpp ¶
r35346 r35914 2993 2993 } 2994 2994 else 2995 { 2996 Log(("GMMR0BalloonedPages: cBasePages=%#llx Total=%#llx cBalloonedPages=%#llx Reserved=%#llx\n", 2997 pGVM->gmm.s.Allocated.cBasePages, pGVM->gmm.s.cBalloonedPages, cBallonedPages, pGVM->gmm.s.Reserved.cBasePages)); 2995 2998 rc = VERR_GMM_ATTEMPT_TO_FREE_TOO_MUCH; 2999 } 2996 3000 break; 2997 3001 } … … 3024 3028 } 3025 3029 else 3030 { 3031 Log(("GMMR0BalloonedPages: Total=%#llx cBalloonedPages=%#llx\n", pGVM->gmm.s.cBalloonedPages, cBalloonedPages)); 3026 3032 rc = VERR_GMM_ATTEMPT_TO_DEFLATE_TOO_MUCH; 3033 } 3027 3034 break; 3028 3035 }
Note:
See TracChangeset
for help on using the changeset viewer.