xref: /netbsd-src/external/bsd/jemalloc/dist/test/unit/junk.sh (revision e670fd5c413e99c2f6a37901bb21c537fcd322d2)
1#!/bin/sh
2
3if [ "x${enable_fill}" = "x1" ] ; then
4  export MALLOC_CONF="abort:false,zero:false,junk:true"
5fi
6