mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-24 16:13:38 +03:00
Track per size class internal fragmentation
This commit is contained in:
parent
afa489c3c5
commit
40fa4d29d3
15 changed files with 203 additions and 6 deletions
5
test/unit/prof_stats.sh
Normal file
5
test/unit/prof_stats.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ "x${enable_prof}" = "x1" ] ; then
|
||||
export MALLOC_CONF="prof:true,lg_prof_sample:0,prof_stats:true"
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue