Changeset 28122 in vbox
- Timestamp:
- Apr 9, 2010 7:58:50 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59840
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/PGMR0DynMap.cpp
r27630 r28122 1301 1301 * Optimized for a hit in the first 3 pages. 1302 1302 * 1303 * To the cheaphits here and defer the tedious searching and inserting1304 * to a helper function.1303 * Field easy hits here and defer the tedious searching and inserting 1304 * to pgmR0DynMapPageSlow(). 1305 1305 */ 1306 1306 uint32_t const cPages = pThis->cPages;
Note:
See TracChangeset
for help on using the changeset viewer.