Home
last modified time | relevance | path

Searched refs:MADV_CORE (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/crates/nix/src/sys/
Dmman.rs301 MADV_CORE,
/third_party/python/Modules/
Dmmapmodule.c1669 #ifdef MADV_CORE in mmap_exec()
1670 ADD_INT_MACRO(module, MADV_CORE); in mmap_exec()
/third_party/rust/crates/libc/libc-test/semver/
Ddragonfly.txt594 MADV_CORE
Dfreebsd.txt686 MADV_CORE
/third_party/python/Doc/library/
Dmmap.rst338 MADV_CORE
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs846 pub const MADV_CORE: ::c_int = 9; constant