xref: /netbsd-src/external/bsd/jemalloc/dist/test/unit/prof_tctx.sh (revision fb5eed702691094bd687fbf1ded189c87457cd35)
1#!/bin/sh
2
3if [ "x${enable_prof}" = "x1" ] ; then
4  export MALLOC_CONF="prof:true,lg_prof_sample:0"
5fi
6