VirtualBox

Changeset 92341 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Nov 10, 2021 11:50:24 PM (3 years ago)
Author:
vboxsync
Message:

VMM/GMM: Baked page allocation into gmmR0RegisterChunk too, reducing time and effort spent while owning the giant mutex. bugref:10094

File:
1 edited

Legend:

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

    r92326 r92341  
    59725972            RTAssertMsg2Weak("i=%d iClear=%d cHandyPages=%d\n", i, iClear, pVM->pgm.s.cHandyPages);
    59735973            for (uint32_t j = iClear; j < pVM->pgm.s.cHandyPages; j++)
    5974                 RTAssertMsg2Add("%03d: idPage=%d HCPhysGCPhys=%RHp idSharedPage=%d%\n", j,
     5974                RTAssertMsg2Add("%03d: idPage=%d HCPhysGCPhys=%RHp idSharedPage=%d%s\n", j,
    59755975                                pVM->pgm.s.aHandyPages[j].idPage,
    59765976                                pVM->pgm.s.aHandyPages[j].HCPhysGCPhys,
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