VirtualBox

Changeset 36891 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Apr 29, 2011 1:22:57 PM (14 years ago)
Author:
vboxsync
Message:

PGM: Put a TLB in front of the RAM ranges to speed up lookup (disabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/GuestImpl.cpp

    r36128 r36891  
    383383        uint64_t uFreeTotal, uAllocTotal, uBalloonedTotal, uSharedTotal;
    384384        *aMemFreeTotal = 0;
    385         int rc = PGMR3QueryVMMMemoryStats(pVM.raw(), &uAllocTotal, &uFreeTotal, &uBalloonedTotal, &uSharedTotal);
     385        int rc = PGMR3QueryGlobalMemoryStats(pVM.raw(), &uAllocTotal, &uFreeTotal, &uBalloonedTotal, &uSharedTotal);
    386386        AssertRC(rc);
    387387        if (rc == VINF_SUCCESS)
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