Changeset 22785 in vbox
- Timestamp:
- Sep 4, 2009 2:26:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGMInternal.h
r22783 r22785 1767 1767 uint32_t cDirtyPages; 1768 1768 /* Array of current dirty pgm pool page indices. */ 1769 uint16_t aIdxDirtyPages[ 8];1770 uint64_t aDirtyPages[ 8][512];1769 uint16_t aIdxDirtyPages[16]; 1770 uint64_t aDirtyPages[16][512]; 1771 1771 #endif /* PGMPOOL_WITH_MONITORING */ 1772 1772 /** The number of pages currently in use. */
Note:
See TracChangeset
for help on using the changeset viewer.