Changeset 100356 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jul 4, 2023 6:41:38 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/memobj.h
r100355 r100356 361 361 * @param ppMem Where to store the ring-0 memory object handle. 362 362 * @param cb Number of bytes to allocate, page aligned. 363 * @param PhysHighest The highest permitable address (inclusive).364 * Pass NIL_RTHCPHYS if any address is acceptable.365 363 * @param fExecutable Flag indicating whether it should be permitted to executed code in the memory object. 366 364 * @param pszTag Allocation tag used for statistics and such. 367 365 */ 368 DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, RTHCPHYS PhysHighest, 369 bool fExecutable, const char *pszTag); 366 DECLHIDDEN(int) rtR0MemObjNativeAllocCont(PPRTR0MEMOBJINTERNAL ppMem, size_t cb, bool fExecutable, const char *pszTag); 370 367 371 368 /**
Note:
See TracChangeset
for help on using the changeset viewer.