/third_party/ltp/include/lapi/ |
D | mmap.h | 60 #ifndef MADV_FREE 61 # define MADV_FREE 8 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise02.c | 78 {MADV_FREE, "MADV_FREE", &file1, EINVAL, 0}, 121 case MADV_FREE: in tcases_filter()
|
D | madvise01.c | 55 {MADV_FREE, "MADV_FREE", &amem}, /* since Linux 4.5 */
|
D | madvise09.c | 172 if (madvise(ptr, PAGES * page_size, MADV_FREE)) { in child()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitUtils.c | 331 #ifdef MADV_FREE in sljit_stack_resize() 332 madvise((void*)aligned_old_start, aligned_new_start - aligned_old_start, MADV_FREE); in sljit_stack_resize()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 84 #define MADV_FREE 8 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 78 #define MADV_FREE 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 87 #define MADV_FREE 8 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | shm.c | 339 #ifdef MADV_FREE in pa_shm_punch() 340 if (madvise(ptr, size, MADV_FREE) >= 0) in pa_shm_punch()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 162 LinuxFree = linux_raw_sys::general::MADV_FREE,
|
/third_party/musl/src/malloc/mallocng/ |
D | free.c | 124 madvise(base, len, MADV_FREE); in free()
|
/third_party/musl/Benchmark/musl/ |
D | libc_mman.cpp | 60 MADV_FREE,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 347 LinuxFree = c::MADV_FREE,
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 285 MADV_FREE,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1655 #ifdef MADV_FREE // (Also present on FreeBSD and macOS.) in mmap_exec() 1656 ADD_INT_MACRO(module, MADV_FREE); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 470 MADV_FREE
|
D | fuchsia.txt | 422 MADV_FREE
|
D | dragonfly.txt | 596 MADV_FREE
|
D | netbsd.txt | 620 MADV_FREE
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 420 pub const MADV_FREE: ::c_int = 6; constant
|
/third_party/python/Doc/library/ |
D | mmap.rst | 334 MADV_FREE
|