Changeset 105643 in vbox for trunk/include/iprt
- Timestamp:
- Aug 9, 2024 9:38:35 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164333
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/memsafer.h
r99739 r105643 76 76 * suspend-to-disk. */ 77 77 #define RTMEMSAFER_F_REQUIRE_NOT_PAGABLE RT_BIT_32(0) 78 /** Do not use the SUPLib allocator. 79 * The SUPLib allocator may be terminated earlier than IPRT, 80 * automatically rendering the allocations inaccessible. */ 81 #define RTMEMSAFER_F_NO_SUPLIB_ALLOC RT_BIT_32(1) 78 82 /** Mask of valid bits. */ 79 #define RTMEMSAFER_F_VALID_MASK UINT32_C(0x0000000 1)83 #define RTMEMSAFER_F_VALID_MASK UINT32_C(0x00000003) 80 84 /** @} */ 81 85
Note:
See TracChangeset
for help on using the changeset viewer.