Searched refs:MADV_FREE (Results 1 - 8 of 8) sorted by relevance

/external/fio/os/
H A Dos-netbsd.h58 #ifdef MADV_FREE
59 #define FIO_MADV_FREE MADV_FREE
H A Dos-openbsd.h56 #ifdef MADV_FREE
57 #define FIO_MADV_FREE MADV_FREE
H A Dos-freebsd.h102 #ifdef MADV_FREE
103 #define FIO_MADV_FREE MADV_FREE
H A Dos-solaris.h169 #ifdef MADV_FREE
170 #define FIO_MADV_FREE MADV_FREE
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPageAllocator.cpp43 #ifndef MADV_FREE
44 #define MADV_FREE MADV_DONTNEED macro
231 int ret = madvise(addr, len, MADV_FREE);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dsystem-alloc.cc64 // MADV_FREE is specifically designed for use by malloc(), but only
67 #if !defined(MADV_FREE) && defined(MADV_DONTNEED)
68 # define MADV_FREE MADV_DONTNEED macro
117 #if defined(HAVE_MMAP) || defined(MADV_FREE)
497 #ifdef MADV_FREE
499 // It's not safe to use MADV_FREE/MADV_DONTNEED if we've been
524 MADV_FREE) == -1 &&
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dsystem-alloc.cc64 // MADV_FREE is specifically designed for use by malloc(), but only
67 #if !defined(MADV_FREE) && defined(MADV_DONTNEED)
68 # define MADV_FREE MADV_DONTNEED macro
251 #if defined(HAVE_MMAP) || defined(MADV_FREE)
656 #ifdef MADV_FREE
658 // It's not safe to use MADV_FREE/MADV_DONTNEED if we've been
683 MADV_FREE) == -1 &&
/external/jemalloc/src/
H A Dchunk_mmap.c149 # define JEMALLOC_MADV_PURGE MADV_FREE

Completed in 190 milliseconds