mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
7 lines
138 B
Bash
7 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
|
|
|