Changeset 9689 in vbox for trunk/src/VBox
- Timestamp:
- Jun 13, 2008 2:31:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r9620 r9689 1977 1977 PPGMPOOLUSER paUsers = pPool->CTXSUFF(paUsers); 1978 1978 1979 /* Special: For PAE and 32-bit paging, there areusually no more than one user. */1979 /* Special: For PAE and 32-bit paging, there is usually no more than one user. */ 1980 1980 uint16_t i = pPage->iUserHead; 1981 1981 if ( i != NIL_PGMPOOL_USER_INDEX … … 3473 3473 { 3474 3474 STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a); 3475 LogFlow(("pgmPoolAlloc: returns %Vrc *ppPage=%p:{.Key=%VHp, .idx=%d}\n", rc2, *ppPage, (*ppPage)->Core.Key, (*ppPage)->idx));3475 LogFlow(("pgmPoolAlloc: cached returns %Vrc *ppPage=%p:{.Key=%VHp, .idx=%d}\n", rc2, *ppPage, (*ppPage)->Core.Key, (*ppPage)->idx)); 3476 3476 return rc2; 3477 3477 }
Note:
See TracChangeset
for help on using the changeset viewer.