mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
5 lines
136 B
Bash
5 lines
136 B
Bash
#!/bin/sh
|
|
|
|
if [ "x${enable_prof}" = "x1" ] ; then
|
|
export MALLOC_CONF="prof:true,prof_active:true,lg_prof_sample:0,prof_bt_max:200"
|
|
fi
|