Changeset 100358 in vbox for trunk/include/iprt
- Timestamp:
- Jul 4, 2023 7:03:56 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/memobj.h
r100357 r100358 295 295 * allocation to actually make it executable. 296 296 */ 297 #define RTR0MemObjAllocCont(pMemObj, cb, PhysHig est, fExecutable) \298 RTR0MemObjAllocContTag((pMemObj), (cb), (PhysHig est), (fExecutable), RTMEM_TAG)297 #define RTR0MemObjAllocCont(pMemObj, cb, PhysHighest, fExecutable) \ 298 RTR0MemObjAllocContTag((pMemObj), (cb), (PhysHighest), (fExecutable), RTMEM_TAG) 299 299 300 300 /**
Note:
See TracChangeset
for help on using the changeset viewer.