VirtualBox

Changeset 29639 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2010 2:18:40 PM (15 years ago)
Author:
vboxsync
Message:

Missing stats adjustment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29620 r29639  
    27862786                Assert(pPage->Shared.cRefs);
    27872787                if (!--pPage->Shared.cRefs)
     2788                {
    27882789                    gmmR0FreeSharedPage(pGMM, idPage, pPage);
     2790                }
     2791                else
     2792                {
     2793                    Assert(pGMM->cDuplicatePages);
     2794                    pGMM->cDuplicatePages--;
     2795                }
    27892796            }
    27902797            else
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