VirtualBox

Changeset 100358 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Jul 4, 2023 7:03:56 AM (18 months ago)
Author:
vboxsync
Message:

Runtime/RTR0MemObj*: Add PhysHighest parameter to RTR0MemObjAllocCont to indicate the maximum allowed physical address for an allocation, bugref:10457 [typo]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/memobj.h

    r100357 r100358  
    295295 *                          allocation to actually make it executable.
    296296 */
    297 #define RTR0MemObjAllocCont(pMemObj, cb, PhysHigest, fExecutable) \
    298     RTR0MemObjAllocContTag((pMemObj), (cb), (PhysHigest), (fExecutable), RTMEM_TAG)
     297#define RTR0MemObjAllocCont(pMemObj, cb, PhysHighest, fExecutable) \
     298    RTR0MemObjAllocContTag((pMemObj), (cb), (PhysHighest), (fExecutable), RTMEM_TAG)
    299299
    300300/**
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