summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/unit/junk.sh
blob: 97cd8ca5ef6041e5162049fbc27b168521762661 (plain)
1
2
3
4
5
#!/bin/sh

if [ "x${enable_fill}" = "x1" ] ; then
  export MALLOC_CONF="abort:false,zero:false,junk:true"
fi