xref: /aosp_15_r20/external/jemalloc_new/test/unit/junk_free.sh (revision 1208bc7e437ced7eb82efac44ba17e3beba411da)
1#!/bin/sh
2
3if [ "x${enable_fill}" = "x1" ] ; then
4  export MALLOC_CONF="abort:false,zero:false,junk:free"
5fi
6