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 0f6feb828b)
This commit is contained in:
jackpoz
2017-11-29 09:24:55 +01:00
committed by funjoker
parent 6fd706867a
commit ba953eb6ac

View File

@@ -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