Home
last modified time | relevance | path

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

/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.c328 #ifdef MADV_FREE in sljit_stack_resize()
329 madvise((void*)aligned_old_start, aligned_new_start - aligned_old_start, MADV_FREE); in sljit_stack_resize()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h77 #define MADV_FREE 8 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h83 #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/kernel/include/sys/
Dmman.h86 #define MADV_FREE 8 macro
/third_party/musl/include/sys/
Dmman.h83 #define MADV_FREE 8 macro
/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/pulseaudio/src/pulsecore/
Dshm.c335 #ifdef MADV_FREE in pa_shm_punch()
336 if (madvise(ptr, size, MADV_FREE) >= 0) in pa_shm_punch()
/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/python/Doc/library/
Dmmap.rst334 MADV_FREE
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1596 // provide MADV_FREE which has the same result but memory is purged lazily.
1602 // MADV_FREE_REUSABLE is similar to MADV_FREE, but also marks the pages with the
1606 // provide MADV_FREE which has the same result but memory is purged lazily.
1612 // MADV_FREE_REUSABLE is similar to MADV_FREE, but also marks the pages with the