summaryrefslogtreecommitdiffstats
path: root/test/unit/zero.sh
blob: 24488f0fbc25a75a65218d54eaa4d3ca870b0914 (plain)
1
2
3
4
5
#!/bin/sh

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