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
*
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