summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/jemalloc-5.3.0/test/unit/prof_sys_thread_name.sh
blob: 1f02a8a8093c06d90308273fe2697f89cb62cb84 (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_sys_thread_name:true"
fi