VirtualBox

Changeset 29622 in vbox


Ignore:
Timestamp:
May 18, 2010 12:29:44 PM (15 years ago)
Author:
vboxsync
Message:

Logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMPhys.cpp

    r29620 r29622  
    10161016        *puTotalZeroMem = pVM->pgm.s.cZeroPages * _4K;
    10171017
     1018    Log(("PGMR3QueryMemoryStats: all=%x private=%x reused=%x zero=%x\n", pVM->pgm.s.cAllPages, pVM->pgm.s.cPrivatePages, pVM->pgm.s.cReusedSharedPages, pVM->pgm.s.cZeroPages));
    10181019    return VINF_SUCCESS;
    10191020}
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