Changeset 30757 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 9, 2010 12:09:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/GMMR0.cpp
r30727 r30757 867 867 * pages will be 'left behind'.) 868 868 */ 869 /* todo this might be kind of expensive with a lot of VMs and memory hanging around... */ 869 870 uint64_t cPrivatePages = pGVM->gmm.s.cPrivatePages; /* save */ 870 871 RTAvlU32DoWithAll(&pGMM->pChunks, true /* fFromLeft */, gmmR0CleanupVMScanChunk, pGVM);
Note:
See TracChangeset
for help on using the changeset viewer.