Home
last modified time | relevance | path

Searched refs:MADV_FREE (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ltp/include/lapi/
Dmmap.h60 #ifndef MADV_FREE
61 # define MADV_FREE 8 macro
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise02.c78 {MADV_FREE, "MADV_FREE", &file1, EINVAL, 0},
121 case MADV_FREE: in tcases_filter()
Dmadvise01.c55 {MADV_FREE, "MADV_FREE", &amem}, /* since Linux 4.5 */
Dmadvise09.c172 if (madvise(ptr, PAGES * page_size, MADV_FREE)) { in child()
/third_party/pcre2/pcre2/src/sljit/
DsljitUtils.c331 #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/
Dmman.h83 #define MADV_FREE 8 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h83 #define MADV_FREE 8 macro
/third_party/musl/include/sys/
Dmman.h84 #define MADV_FREE 8 macro
/third_party/musl/ndk_musl_include/sys/
Dmman.h83 #define MADV_FREE 8 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h78 #define MADV_FREE 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h83 #define MADV_FREE 8 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h87 #define MADV_FREE 8 macro
/third_party/pulseaudio/src/pulsecore/
Dshm.c339 #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/
Dtypes.rs162 LinuxFree = linux_raw_sys::general::MADV_FREE,
/third_party/musl/src/malloc/mallocng/
Dfree.c124 madvise(base, len, MADV_FREE); in free()
/third_party/musl/Benchmark/musl/
Dlibc_mman.cpp60 MADV_FREE,
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs347 LinuxFree = c::MADV_FREE,
/third_party/rust/crates/nix/src/sys/
Dmman.rs285 MADV_FREE,
/third_party/python/Modules/
Dmmapmodule.c1655 #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/
Dopenbsd.txt470 MADV_FREE
Dfuchsia.txt422 MADV_FREE
Ddragonfly.txt596 MADV_FREE
Dnetbsd.txt620 MADV_FREE
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs420 pub const MADV_FREE: ::c_int = 6; constant
/third_party/python/Doc/library/
Dmmap.rst334 MADV_FREE

12