Searched refs:MADV_FREE (Results 1 – 16 of 16) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A 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). */
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | pages.c | 283 # ifdef MADV_FREE in pages_purge_lazy() 284 MADV_FREE in pages_purge_lazy()
|
| /f-stack/freebsd/sys/ |
| H A D | mman.h | 167 #define MADV_FREE 5 /* dont need these pages, and junk contents */ macro
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/ |
| H A 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
|
| H A D | configure.ac | 1834 dnl Check for madvise(..., MADV_FREE). 1835 JE_COMPILABLE([madvise(..., MADV_FREE)], [ 1838 madvise((void *)0, 0, MADV_FREE);
|
| H A D | ChangeLog | 179 madvise(... MADV_FREE) semantics, and the second phase transition discards 394 - Refactor madvise(2) configuration so that MADV_FREE is detected and utilized 871 - Configure Solaris/Illumos to use MADV_FREE.
|
| H A D | configure | 11282 madvise((void *)0, 0, MADV_FREE);
|
| /f-stack/freebsd/vm/ |
| H A D | vm_object.c | 1268 if (advice != MADV_FREE) in vm_object_advice_applies() 1279 if (advice == MADV_FREE && object->type == OBJT_SWAP) in vm_object_madvise_freespace()
|
| H A D | vm_map.c | 2980 case MADV_FREE: in vm_map_madvise() 3077 if (behav == MADV_FREE && in vm_map_madvise() 3109 if (behav == MADV_DONTNEED || behav == MADV_FREE) in vm_map_madvise()
|
| H A D | vm_page.c | 4312 if (advice == MADV_FREE) in vm_page_advise() 4326 if (advice != MADV_FREE && m->dirty == 0 && pmap_is_modified(m)) in vm_page_advise()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_exec.c | 1343 MADV_FREE); in exec_release_args_kva()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 3085 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 5587 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 5217 if (advice != MADV_DONTNEED && advice != MADV_FREE) in __CONCAT()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 5667 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 8674 if (advice != MADV_DONTNEED && advice != MADV_FREE) in pmap_advise()
|