Searched refs:MADV_FREE (Results 1 – 16 of 16) sorted by relevance
/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 | 328 #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/ |
D | mman.h | 77 #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/ndk_musl_include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 86 #define MADV_FREE 8 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 83 #define MADV_FREE 8 macro
|
/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/pulseaudio/src/pulsecore/ |
D | shm.c | 335 #ifdef MADV_FREE in pa_shm_punch() 336 if (madvise(ptr, size, MADV_FREE) >= 0) in pa_shm_punch()
|
/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/python/Doc/library/ |
D | mmap.rst | 334 MADV_FREE
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1596 // 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
|