Changeset 30285 in vbox
- Timestamp:
- Jun 17, 2010 2:25:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r30237 r30285 895 895 pGMM->cLeftBehindSharedPages += pGVM->gmm.s.cSharedPages; 896 896 } 897 898 /* Clean up balloon statistics in case the VM process crashed. */ 899 Assert(pGMM->cBalloonedPages >= pGVM->gmm.s.cBalloonedPages); 900 pGMM->cBalloonedPages -= pGVM->gmm.s.cBalloonedPages; 897 901 898 902 /*
Note:
See TracChangeset
for help on using the changeset viewer.