Home
last modified time | relevance | path

Searched refs:MADV_FREE_REUSE (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Dmman.rs325 MADV_FREE_REUSE,
/third_party/python/Modules/
H A Dmmapmodule.c1761 #ifdef MADV_FREE_REUSE // (Reuse pages previously tagged as reusable) in mmap_exec()
1762 ADD_INT_MACRO(module, MADV_FREE_REUSE); in mmap_exec()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc495 // For accounting purposes, we want to call MADV_FREE_REUSE on macOS after in SetPermissions()
499 // TODO(erikchen): Fix this to only call MADV_FREE_REUSE when necessary. in SetPermissions()
503 madvise(address, size, MADV_FREE_REUSE); in SetPermissions()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3307 pub const MADV_FREE_REUSE: ::c_int = 8; consts

Completed in 18 milliseconds