summaryrefslogtreecommitdiffstats
path: root/test/integration/chunk.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/chunk.c')
-rw-r--r--test/integration/chunk.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/chunk.c b/test/integration/chunk.c
index 7eb1b6d..af1c9a5 100644
--- a/test/integration/chunk.c
+++ b/test/integration/chunk.c
@@ -1,5 +1,9 @@
#include "test/jemalloc_test.h"
+#ifdef JEMALLOC_FILL
+const char *malloc_conf = "junk:false";
+#endif
+
static chunk_hooks_t orig_hooks;
static chunk_hooks_t old_hooks;