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

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