jemalloc/test/unit/prof_sys_backtrace.sh
2025-01-09 08:49:41 -08:00

5 lines
146 B
Bash

#!/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