VirtualBox

Changeset 20680 in vbox for trunk


Ignore:
Timestamp:
Jun 18, 2009 11:01:39 AM (16 years ago)
Author:
vboxsync
Message:

Comments added

File:
1 edited

Legend:

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

    r20011 r20680  
    397397VMMR3DECL(void *) MMR3PageAlloc(PVM pVM)
    398398{
     399    /* Note: unprotected by locks; currently fine as it's used during init or under the PGM lock */
    399400    return mmR3PagePoolAlloc(pVM->mm.s.pPagePoolR3);
    400401}
     
    415416VMMR3DECL(RTHCPHYS) MMR3PageAllocPhys(PVM pVM)
    416417{
     418    /* Note: unprotected by locks; currently fine as it's used during init or under the PGM lock */
    417419    /** @todo optimize this, it's the most common case now. */
    418420    void *pv = mmR3PagePoolAlloc(pVM->mm.s.pPagePoolR3);
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