summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/jemalloc-5.3.0/test/unit/prof_hook.sh
blob: c7ebd8f9839eeaaff56cb05c23f841a3361f54c3 (plain)
1
2
3
4
5
6
#!/bin/sh

if [ "x${enable_prof}" = "x1" ] ; then
  export MALLOC_CONF="prof:true,prof_active:true,lg_prof_sample:0"
fi