summaryrefslogtreecommitdiff
path: root/src/malloc/mallocng/glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/malloc/mallocng/glue.h')
-rw-r--r--src/malloc/mallocng/glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/malloc/mallocng/glue.h b/src/malloc/mallocng/glue.h
index 151c48b8..77f4c812 100644
--- a/src/malloc/mallocng/glue.h
+++ b/src/malloc/mallocng/glue.h
@@ -24,6 +24,8 @@
#define realloc __libc_realloc
#define free __libc_free
+#define USE_MADV_FREE 0
+
#if USE_REAL_ASSERT
#include <assert.h>
#else