Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
1532: mman MAP_JIT flag documentation. r=asomers a=devnexen



Co-authored-by: David Carlier <devnexen@gmail.com>
  • Loading branch information
bors[bot] and devnexen committed Sep 19, 2021
2 parents 1c0bc5c + 3d03ff3 commit a7fd53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sys/mman.rs
Expand Up @@ -138,6 +138,7 @@ libc_bitflags!{
/// Pages in this mapping are not retained in the kernel's memory cache.
#[cfg(any(target_os = "ios", target_os = "macos"))]
MAP_NOCACHE;
/// Allows the W/X bit on the page, it's necessary on aarch64 architecture.
#[cfg(any(target_os = "ios", target_os = "macos"))]
MAP_JIT;
/// Allows to use large pages, underlying alignment based on size.
Expand Down

0 comments on commit a7fd53a

Please sign in to comment.