We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c0bc5c + 3d03ff3 commit a7fd53aCopy full SHA for a7fd53a
src/sys/mman.rs
@@ -138,6 +138,7 @@ libc_bitflags!{
138
/// Pages in this mapping are not retained in the kernel's memory cache.
139
#[cfg(any(target_os = "ios", target_os = "macos"))]
140
MAP_NOCACHE;
141
+ /// Allows the W/X bit on the page, it's necessary on aarch64 architecture.
142
143
MAP_JIT;
144
/// Allows to use large pages, underlying alignment based on size.
0 commit comments