Blame memkind-1.10.1/jemalloc/test/unit/junk_alloc.sh

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