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
*
Output total_wait_ns for bin mutexes.
Qi Wang
2017-05-31
1
-19/+5
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-0/+1
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-42/+19
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
1
-0/+1
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-1/+39
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-0/+1
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-27/+15
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0/+10
*
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
[next]