mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 05:33:06 +00:00
Track per size class internal fragmentation
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user