mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-05 01:46:16 +03:00
Build a general purpose thread event handler
This commit is contained in:
parent
6924f83cb2
commit
152c0ef954
13 changed files with 630 additions and 139 deletions
5
test/unit/thread_event.sh
Normal file
5
test/unit/thread_event.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/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