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
/
ctl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-19
1
-2/+2
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-0/+1
*
Switch ctl to explicitly use tsd instead of tsdn.
Qi Wang
2017-06-23
1
-2/+1
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-0/+1
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-2/+2
*
Refactor (MALLOCX_ARENA_MAX + 1) to be MALLOCX_ARENA_LIMIT.
Jason Evans
2017-05-14
1
-2/+2
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-0/+130
*
Break up headers into constituent parts
David Goldblatt
2017-01-12
1
-127/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-1/+11
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
1
-1/+1
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
1
-0/+1
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-1/+1
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-1/+0
*
Rename huge to large.
Jason Evans
2016-06-06
1
-1/+1
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-2/+1
*
Resolve bootstrapping issues when embedded in FreeBSD libc.
Jason Evans
2016-05-11
1
-5/+5
*
Add the stats.retained and stats.arenas.<i>.retained statistics.
Jason Evans
2016-05-04
1
-0/+1
*
Add witness, a simple online locking validator.
Jason Evans
2016-04-14
1
-11/+13
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-0/+3
*
Implement decay-based unused dirty page purging.
Jason Evans
2016-02-20
1
-0/+1
*
Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.
Jason Evans
2015-03-24
1
-0/+1
*
Add the "stats.allocated" mallctl.
Jason Evans
2015-03-24
1
-0/+1
*
Move centralized chunk management into arenas.
Jason Evans
2015-02-12
1
-5/+0
*
Implement metadata statistics.
Jason Evans
2015-01-24
1
-0/+1
*
Add per size class huge allocation statistics.
Jason Evans
2014-10-13
1
-0/+1
*
Refactor huge allocation to be managed by arenas.
Jason Evans
2014-05-16
1
-5/+0
*
Add arena-specific and selective dss allocation.
Jason Evans
2012-10-13
1
-0/+2
*
Fix fork(2)-related deadlocks.
Jason Evans
2012-10-09
1
-0/+3
*
Fix ctl regression.
Jason Evans
2012-04-24
1
-6/+6
*
Avoid using a union for ctl_node_s
Mike Hommey
2012-04-23
1
-12/+15
*
Implement malloc_vsnprintf().
Jason Evans
2012-03-08
1
-7/+5
*
Add --with-mangling.
Jason Evans
2012-03-02
1
-3/+3
*
Simplify small size class infrastructure.
Jason Evans
2012-02-29
1
-1/+1
*
Remove the swap feature.
Jason Evans
2012-02-13
1
-1/+0
*
Reduce cpp conditional logic complexity.
Jason Evans
2012-02-11
1
-6/+0
*
Move repo contents in jemalloc/ to top level.
Jason Evans
2011-04-01
1
-0/+118