mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 16:43:33 +03:00
Push error handling logic out of core dumping logic
This commit is contained in:
parent
f541871f5d
commit
5d292b5660
6 changed files with 346 additions and 224 deletions
6
test/unit/prof_mdump.sh
Normal file
6
test/unit/prof_mdump.sh
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_prof}" = "x1" ] ; then
|
||||
export MALLOC_CONF="prof:true,lg_prof_sample:0"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue