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

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