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
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1/+1
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-28/+30
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-1/+1
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-1/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-83/+31
*
Output 4 counters for bin mutexes instead of just 2.
Qi Wang
2017-04-19
1
-8/+24
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+2
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
1
-82/+117
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-73/+74
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-41/+113
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-21/+53
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-14/+68
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
1
-33/+66
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-27/+72
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-0/+1
*
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
[next]