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
*
Handle race in stats_arena_bins_print
Qi Wang
2017-02-01
1
-2/+11
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-11/+11
*
Update brace style.
Jason Evans
2017-01-21
1
-21/+24
*
Test JSON output of malloc_stats_print() and fix bugs.
Jason Evans
2017-01-19
1
-28/+37
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
1
-0/+13
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-4/+33
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-4/+8
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-1/+1
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-4/+23
*
Fix JSON-mode output for !config_stats and/or !config_prof cases.
Jason Evans
2016-12-23
1
-10/+11
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-11-15
1
-3/+4
*
malloc_stats_print() fixes/cleanups.
Jason Evans
2016-11-01
1
-18/+3
*
Add "J" (JSON) support to malloc_stats_print().
Jason Evans
2016-11-01
1
-313/+716
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-18/+26
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-11/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-42/+10
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
1
-9/+4
*
Rename huge to large.
Jason Evans
2016-06-06
1
-35/+36
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-22/+23
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-78/+8
*
Remove redzone support.
Jason Evans
2016-05-13
1
-1/+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-1/+0
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-4/+8
*
Fix malloc_stats_print() to print correct opt.narenas value.
Jason Evans
2016-04-12
1
-1/+1
*
Make opt_narenas unsigned rather than size_t.
Jason Evans
2016-02-24
1
-2/+8
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-18/+42
*
Add --with-malloc-conf.
Jason Evans
2016-02-20
1
-0/+2
*
Fix MinGW-related portability issues.
Jason Evans
2015-07-23
1
-45/+44
*
Fix MinGW build warnings.
Jason Evans
2015-07-08
1
-46/+49
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
1
-10/+1
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
1
-3/+5
*
Fix a compile error caused by mixed declarations and code.
Qinfan Wu
2015-03-21
1
-2/+3
*
Fix lg_dirty_mult-related stats printing.
Jason Evans
2015-03-21
1
-66/+82
*
Implement dynamic per arena control over dirty page purging.
Jason Evans
2015-03-19
1
-0/+10
*
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
[next]