Structs§
- Dual
Mapping - Dual memory mapping used to map an anonymous memory into two memory regions where one region is read-only, but executable, and the second region is read+write, but not executable. See alloc_dual_mapping for more details.
- Hardened
Runtime Info - Info
- Virtual memory information.
- Memory
Flags
Enums§
- Hardened
Runtime Flags - Hardened runtime flags.
- Protect
JitAccess - Values that can be used with
protect_jit_memory
function.
Constants§
Functions§
- alloc
- alloc_
dual_ mapping - flush_
instruction_ cache - Flushes instruction cache in the given region.
- info
- protect
- protect_
jit_ memory - Protects access of memory mapped with MAP_JIT flag for the current thread.
- release
- release_
dual_ mapping