Changeset 30815 in vbox for trunk/src/VBox/VMM/PGMInternal.h
- Timestamp:
- Jul 14, 2010 10:04:14 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r30813 r30815 2796 2796 uint32_t cReadLockedPages; /**< The number of read locked pages. */ 2797 2797 uint32_t cBalloonedPages; /**< The number of ballooned pages. */ 2798 uint32_t cMappedChunks; /**< Number of times we mapped a chunk. */ 2799 uint32_t cUnmappedChunks; /**< Number of times we unmapped a chunk. */ 2798 2800 /* uint32_t aAlignment4[1]; */ 2799 2801
Note:
See TracChangeset
for help on using the changeset viewer.