Changeset 101142 in vbox for trunk/include
- Timestamp:
- Sep 18, 2023 11:12:16 AM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159115
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/mem.h
r98103 r101142 507 507 /** Try prevent the memory from ending up in a dump/core. */ 508 508 #define RTMEMPAGEALLOC_F_ADVISE_NO_DUMP RT_BIT_32(2) 509 /** Allocate pages that are readable, writeable and executable. 510 * @note This may fail on some platforms for security policy reasons. */ 511 #define RTMEMPAGEALLOC_F_EXECUTABLE RT_BIT_32(3) 509 512 /** Valid bit mask. */ 510 #define RTMEMPAGEALLOC_F_VALID_MASK UINT32_C(0x0000000 7)513 #define RTMEMPAGEALLOC_F_VALID_MASK UINT32_C(0x0000000f) 511 514 /** @} */ 512 515
Note:
See TracChangeset
for help on using the changeset viewer.