VirtualBox

Changeset 22783 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Sep 4, 2009 2:12:08 PM (15 years ago)
Author:
vboxsync
Message:

More stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r22775 r22783  
    16011601
    16021602    if (pPool->cDirtyPages >= RT_ELEMENTS(pPool->aIdxDirtyPages))
     1603    {
     1604        STAM_COUNTER_INC(&pPool->StatDirtyPageOverFlowFlush);
    16031605        pgmPoolFlushDirtyPage(pVM, pPool, idxFree, true /* force removal */);
     1606    }
    16041607    Assert(pPool->cDirtyPages < RT_ELEMENTS(pPool->aIdxDirtyPages));
    16051608    AssertMsg(pPool->aIdxDirtyPages[idxFree] == NIL_PGMPOOL_IDX, ("idxFree=%d cDirtyPages=%d\n", idxFree, pPool->cDirtyPages));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette