/external/strace/xlat/ |
D | madvise_cmds.h | 51 #if defined(MADV_FREE) || (defined(HAVE_DECL_MADV_FREE) && HAVE_DECL_MADV_FREE) 53 static_assert((MADV_FREE) == (8), "MADV_FREE != 8"); 56 # define MADV_FREE 8 256 XLAT(MADV_FREE),
|
D | madvise_cmds.in | 17 MADV_FREE 8
|
/external/ltp/include/lapi/ |
D | mmap.h | 70 #ifndef MADV_FREE 71 # define MADV_FREE 8 macro
|
/external/pdfium/third_party/base/allocator/partition_allocator/ |
D | page_allocator.cc | 21 #ifndef MADV_FREE 22 #define MADV_FREE MADV_DONTNEED macro 220 int ret = madvise(address, length, MADV_FREE); in DecommitSystemPages()
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise02.c | 87 {MADV_FREE, "MADV_FREE", &file1, EINVAL, 0}, 130 case MADV_FREE: in tcases_filter()
|
D | madvise01.c | 64 {MADV_FREE, "MADV_FREE", &amem}, /* since Linux 4.5 */
|
D | madvise09.c | 184 if (madvise(ptr, PAGES * page_size, MADV_FREE)) { in child()
|
/external/v8/src/base/platform/ |
D | platform-posix.cc | 79 #ifndef MADV_FREE 80 #define MADV_FREE MADV_DONTNEED macro 155 int ret = madvise(reinterpret_cast<caddr_t>(address), size, MADV_FREE); in ReclaimInaccessibleMemory() 157 int ret = madvise(address, size, MADV_FREE); in ReclaimInaccessibleMemory() 911 #undef MADV_FREE
|
/external/syzkaller/sys/netbsd/ |
D | mm_amd64.const | 3 MADV_FREE = 6
|
D | mm.txt | 18 madvise_flags = MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL, MADV_WILLNEED, MADV_DONTNEED, MADV_FREE
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | mman-common.h | 49 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | mman.h | 81 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 274 * madvise(..., MADV_FREE) : This marks pages as being unused, such that they 281 * MADV_FREE, though typically with higher 288 /* Defined if madvise(2) is available but MADV_FREE is not (x86 Linux only). */
|
/external/jemalloc_new/src/ |
D | pages.c | 297 # ifdef MADV_FREE in pages_purge_lazy() 298 MADV_FREE in pages_purge_lazy()
|
/external/jemalloc/src/ |
D | pages.c | 190 # define JEMALLOC_MADV_PURGE MADV_FREE in pages_purge()
|
/external/jemalloc_new/ |
D | INSTALL.md | 317 not match reality. For example, Linux 4.5 added support for the MADV_FREE flag 318 to madvise(2), which can cause problems if building on a host with MADV_FREE
|
/external/jemalloc/ |
D | INSTALL | 336 not match reality. For example, Linux 4.5 added support for the MADV_FREE flag 337 to madvise(2), which can cause problems if building on a host with MADV_FREE
|
D | configure.ac | 1630 dnl Check for madvise(..., MADV_FREE). 1631 JE_COMPILABLE([madvise(..., MADV_FREE)], [ 1634 madvise((void *)0, 0, MADV_FREE);
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 259 * madvise(..., MADV_FREE) : This marks pages as being unused, such that they
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 629 MADV_FREE = 0x5 const
|
D | zerrors_dragonfly_amd64.go | 854 MADV_FREE = 0x5 const
|
D | zerrors_openbsd_arm.go | 876 MADV_FREE = 0x6 const
|
D | zerrors_openbsd_amd64.go | 914 MADV_FREE = 0x6 const
|
D | zerrors_openbsd_386.go | 877 MADV_FREE = 0x6 const
|
D | zerrors_darwin_386.go | 894 MADV_FREE = 0x5 const
|