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
/
include
/
jemalloc
/
internal
/
stats.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-1/+2
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-19
1
-140/+0
*
Move bin stats code from arena to bin module.
David T. Goldblatt
2017-12-19
1
-0/+6
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-0/+1
*
Pull out caching for a bin into its own file.
David Goldblatt
2017-08-17
1
-1/+0
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1/+20
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-10/+2
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0/+3
*
Header refactoring: tsd - cleanup and dependency breaking.
David Goldblatt
2017-05-01
1
-0/+3
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-4/+3
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-1/+1
*
Header refactoring: stats - unify and remove from catchall
David Goldblatt
2017-04-24
1
-0/+148
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-130/+0
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-2/+3
*
Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().
Jason Evans
2016-11-07
1
-1/+1
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-41/+0
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-2/+1
*
Remove obsolete stats.arenas.<i>.metadata.mapped mallctl.
Jason Evans
2016-06-06
1
-6/+2
*
Rename huge to large.
Jason Evans
2016-06-06
1
-9/+9
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-7/+7
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-30/+4
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-0/+8
*
Fix stats.cactive accounting regression.
Jason Evans
2016-02-27
1
-2/+12
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-15/+0
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-0/+7
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-8/+26
*
Normalize size classes.
Jason Evans
2014-10-06
1
-6/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-0/+5
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-7/+0
*
Remove highruns statistics.
Jason Evans
2012-02-13
1
-6/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-21/+0
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+207