Home
last modified time | relevance | path

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

123

/external/strace/xlat/
Dmadvise_cmds.h51 #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),
Dmadvise_cmds.in17 MADV_FREE 8
/external/ltp/include/lapi/
Dmmap.h70 #ifndef MADV_FREE
71 # define MADV_FREE 8 macro
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpage_allocator.cc21 #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/
Dmadvise02.c87 {MADV_FREE, "MADV_FREE", &file1, EINVAL, 0},
130 case MADV_FREE: in tcases_filter()
Dmadvise01.c64 {MADV_FREE, "MADV_FREE", &amem}, /* since Linux 4.5 */
Dmadvise09.c184 if (madvise(ptr, PAGES * page_size, MADV_FREE)) { in child()
/external/v8/src/base/platform/
Dplatform-posix.cc79 #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/
Dmm_amd64.const3 MADV_FREE = 6
Dmm.txt18 madvise_flags = MADV_NORMAL, MADV_RANDOM, MADV_SEQUENTIAL, MADV_WILLNEED, MADV_DONTNEED, MADV_FREE
/external/kernel-headers/original/uapi/asm-generic/
Dmman-common.h49 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h81 #define MADV_FREE 8 /* free pages only if memory pressure */ macro
/external/jemalloc_new/include/jemalloc/internal/
Djemalloc_internal_defs.h.in274 * 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/
Dpages.c297 # ifdef MADV_FREE in pages_purge_lazy()
298 MADV_FREE in pages_purge_lazy()
/external/jemalloc/src/
Dpages.c190 # define JEMALLOC_MADV_PURGE MADV_FREE in pages_purge()
/external/jemalloc_new/
DINSTALL.md317 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/
DINSTALL336 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
Dconfigure.ac1630 dnl Check for madvise(..., MADV_FREE).
1631 JE_COMPILABLE([madvise(..., MADV_FREE)], [
1634 madvise((void *)0, 0, MADV_FREE);
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in259 * madvise(..., MADV_FREE) : This marks pages as being unused, such that they
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go629 MADV_FREE = 0x5 const
Dzerrors_dragonfly_amd64.go854 MADV_FREE = 0x5 const
Dzerrors_openbsd_arm.go876 MADV_FREE = 0x6 const
Dzerrors_openbsd_amd64.go914 MADV_FREE = 0x6 const
Dzerrors_openbsd_386.go877 MADV_FREE = 0x6 const
Dzerrors_darwin_386.go894 MADV_FREE = 0x5 const

123