summaryrefslogtreecommitdiffstats
path: root/test/unit/junk_alloc.sh
blob: 984387d338864d6b98c3e11b1fe877b28a1097d3 (plain)
1
2
3
4
5
#!/bin/sh

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