diff options
author | jackpoz <giacomopoz@gmail.com> | 2017-11-29 09:24:55 +0100 |
---|---|---|
committer | funjoker <funjoker109@gmail.com> | 2021-02-25 18:50:55 +0100 |
commit | ba953eb6ac6add226b2c8150a9726053b06353cb (patch) | |
tree | 6fe1138ea63e94d5ffc70b9799b486b74befd138 /dep/jemalloc | |
parent | 6fd706867a25c18cab13e1035717b225499c76c9 (diff) |
Dep/Jemalloc: Temporarily disable MADV_FREE
Temporarily disable MADV_FREE until CMake file is modified to check if MADV_FREE is available on the current system.
This fixes the build on older systems.
(cherry picked from commit 0f6feb828baf17522a001eddb51495f5ad397444)
Diffstat (limited to 'dep/jemalloc')
-rw-r--r-- | dep/jemalloc/jemalloc_internal_defs.h.in.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/jemalloc/jemalloc_internal_defs.h.in.cmake b/dep/jemalloc/jemalloc_internal_defs.h.in.cmake index 214435283d6..5af111726be 100644 --- a/dep/jemalloc/jemalloc_internal_defs.h.in.cmake +++ b/dep/jemalloc/jemalloc_internal_defs.h.in.cmake @@ -268,7 +268,7 @@ * MADV_FREE, though typically with higher * system overhead. */ -#define JEMALLOC_PURGE_MADVISE_FREE +/*#define JEMALLOC_PURGE_MADVISE_FREE*/ #define JEMALLOC_PURGE_MADVISE_DONTNEED #define JEMALLOC_PURGE_MADVISE_DONTNEED_ZEROS 1 |