VirtualBox

Ignore:
Timestamp:
Jan 30, 2020 1:53:06 PM (5 years ago)
Author:
vboxsync
Message:

PGMPool: Undid the OS X debug instrumentation. bugref:9627

File:
1 edited

Legend:

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

    r82897 r82929  
    234234    if (RT_FAILURE(rc))
    235235        return rc;
    236 memset((uint8_t *)pPool + cb, 0xbb, RT_ALIGN_Z(cb, PAGE_SIZE) - cb); /* Temporary OS X debugging: Color the unused bytes (ASSUMES page aligned alloc). */
    237236    pVM->pgm.s.pPoolR3 = pPool;
    238237    pVM->pgm.s.pPoolR0 = MMHyperR3ToR0(pVM, pPool);
     
    289288
    290289    pPool->HCPhysTree = 0;
    291 LogRel(("PGM: pgmR3PoolInit: pPool=%p LB %#x paUsers=%p paPhysExts=%p (pEnd=%p) pVM=%p\n",
    292         pPool, cb, pPool->paUsersR3, pPool->paPhysExtsR3, (uint8_t *)pPool + cb, pVM)); // Temporary OS X debugging.
    293290
    294291    /*
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