VirtualBox

Changeset 97909 in vbox for trunk/include


Ignore:
Timestamp:
Dec 29, 2022 6:53:07 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
154999
Message:

IPRT/alloc-r0drv.cpp: Drop support for RTMEMALLOCEX_FLAGS_EXEC in ring-0.

File:
1 edited

Legend:

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

    r97907 r97909  
    369369/** The returned memory should be zeroed. */
    370370#define RTMEMALLOCEX_FLAGS_ZEROED           RT_BIT(0)
    371 /** It must be load code into the returned memory block and execute it. */
     371/** Allocate memory that can be executed.
     372 * @note Only supported in ring-3 for now, use RTR0MemObjAllocPage w/ @a
     373 *       fExecutable = @c true for ring-0. */
    372374#define RTMEMALLOCEX_FLAGS_EXEC             RT_BIT(1)
    373375/** Allocation from any context.
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