index
:
jemalloc.git
dev
master
stable-3
stable-4
jemalloc is a general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-12/+0
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-3/+11
*
Use the correct type for opt.junk when printing stats.
Guilherme Goncalves
2015-01-23
1
-1/+1
*
Add small run utilization to stats output.
Jason Evans
2014-10-15
1
-16/+34
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-81/+134
*
Implement/test/fix prof-related mallctl's.
Jason Evans
2014-10-04
1
-14/+19
*
Convert to uniform style: cond == false --> !cond
Jason Evans
2014-10-03
1
-1/+1
*
Implement per thread heap profiling.
Jason Evans
2014-08-20
1
-1/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-16/+13
*
Normalize #define whitespace.
Jason Evans
2013-12-09
1
-4/+4
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-2/+8
*
Don't use sizeof() on a VARIABLE_ARRAY
Mike Hommey
2012-05-02
1
-2/+2
*
Allow je_malloc_message to be overridden when linking statically
Mike Hommey
2012-05-02
1
-15/+7
*
Avoid variable length arrays and remove declarations within code
Mike Hommey
2012-04-29
1
-2/+2
*
Update prof defaults to match common usage.
Jason Evans
2012-04-17
1
-0/+1
*
Implement Valgrind support, redzones, and quarantine.
Jason Evans
2012-04-11
1
-0/+3
*
Add utrace(2)-based tracing (--enable-utrace).
Jason Evans
2012-04-05
1
-0/+1
*
Finish renaming "arenas.pagesize" to "arenas.page".
Jason Evans
2012-04-02
1
-11/+10
*
Clean up *PAGE* macros.
Jason Evans
2012-04-02
1
-0/+3
*
Fix malloc_stats_print() option support.
Jason Evans
2012-03-13
1
-6/+8
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-172/+50
*
Remove the lg_tcache_gc_sweep option.
Jason Evans
2012-03-05
1
-11/+0
*
Add --with-mangling.
Jason Evans
2012-03-02
1
-18/+17
*
Remove unused variables in stats_print().
Jason Evans
2012-02-29
1
-4/+0
*
Remove the sysv option.
Jason Evans
2012-02-29
1
-1/+0
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-66/+6
*
Remove the opt.lg_prof_bt_max option.
Jason Evans
2012-02-14
1
-6/+0
*
Remove the opt.lg_prof_tcmax option.
Jason Evans
2012-02-14
1
-12/+0
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-17/+11
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-21/+5
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-11/+2
*
Fix malloc_stats_print(..., "a") output.
Jason Evans
2011-11-11
1
-1/+1
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+790