Module jit_allocator::virtual_memory
source · Structs
- 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.
- Virtual memory information.
Enums
- Hardened runtime flags.
- Values that can be used with
protect_jit_memoryfunction.
Constants
Functions
- Flushes instruction cache in the given region.
- Protects access of memory mapped with MAP_JIT flag for the current thread.