Blame jemalloc/test/unit/junk_free.sh

Packit Service 724aca
#!/bin/sh
Packit Service 724aca
Packit Service 724aca
if [ "x${enable_fill}" = "x1" ] ; then
Packit Service 724aca
  export MALLOC_CONF="abort:false,zero:false,junk:free"
Packit Service 724aca
fi