jemalloc/test/unit/prof_gdump.sh
2024-04-09 12:57:01 -07:00

6 lines
138 B
Bash

#!/bin/sh
if [ "x${enable_prof}" = "x1" ] ; then
export MALLOC_CONF="prof:true,prof_active:false,prof_gdump:true,lg_prof_sample:0"
fi