summaryrefslogtreecommitdiffstats
path: root/deps/jemalloc/test/unit/prof_mdump.sh
blob: d14cb8c5e19294197791b84a0bfde319783fa683 (plain)
1
2
3
4
5
6
#!/bin/sh

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