summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/integration/smallocx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/integration/smallocx.sh')
-rw-r--r--deps/jemalloc/test/integration/smallocx.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/jemalloc/test/integration/smallocx.sh b/deps/jemalloc/test/integration/smallocx.sh
new file mode 100644
index 000000000..d07f10f3c
--- /dev/null
+++ b/deps/jemalloc/test/integration/smallocx.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+if [ "x${enable_fill}" = "x1" ] ; then
+ export MALLOC_CONF="junk:false"
+fi