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
/
ctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-3/+3
*
Header refactoring: ctl - unify and remove from catchall.
David Goldblatt
2017-04-25
1
-9/+10
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-3/+3
*
Header refactoring: size_classes module - remove from the catchall
David Goldblatt
2017-04-24
1
-0/+1
*
Get rid of most of the various inline macros.
David Goldblatt
2017-04-24
1
-3/+3
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-3/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-47/+19
*
Bypass extent tracking for auto arenas.
Qi Wang
2017-04-21
1
-6/+1
*
Header refactoring: unify nstime.h and move it out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move assert.h out of the catch-all
David Goldblatt
2017-04-19
1
-0/+1
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Prefer old/low extent_t structures during reuse.
Jason Evans
2017-04-17
1
-1/+1
*
Header refactoring: Split up jemalloc_internal.h
David Goldblatt
2017-04-11
1
-1/+2
*
Integrate auto tcache into TSD.
Qi Wang
2017-04-07
1
-3/+3
*
Profile per arena base mutex, instead of just a0.
Qi Wang
2017-03-23
1
-5/+4
*
Refactor mutex profiling code with x-macros.
Qi Wang
2017-03-23
1
-118/+49
*
Switch to nstime_t for the time related fields in mutex profiling.
Qi Wang
2017-03-23
1
-2/+2
*
Added extents_dirty / _muzzy mutexes, as well as decay_dirty / _muzzy.
Qi Wang
2017-03-23
1
-33/+48
*
Added "stats.mutexes.reset" mallctl to reset all mutex stats.
Qi Wang
2017-03-23
1
-76/+128
*
Added JSON output for lock stats.
Qi Wang
2017-03-23
1
-1/+3
*
Added lock profiling and output for global locks (ctl, prof and base).
Qi Wang
2017-03-23
1
-49/+97
*
Add arena lock stats output.
Qi Wang
2017-03-23
1
-8/+134
*
Output bin lock profiling results to malloc_stats.
Qi Wang
2017-03-23
1
-1/+7
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-53/+135
*
Convert remaining arena_stats_t fields to atomics
David Goldblatt
2017-03-14
1
-24/+50
*
Switch atomic uint64_ts in arena_stats_t to C11 atomics
David Goldblatt
2017-03-14
1
-20/+60
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-1/+17
*
Store associated arena in tcache.
Qi Wang
2017-03-07
1
-1/+1
*
Convert arena_decay_t's time to be atomically synchronized.
Jason Evans
2017-03-03
1
-1/+1
*
Small style fix in ctl.c
Qi Wang
2017-03-01
1
-2/+1
*
Convert arena->dss_prec synchronization to atomics.
Jason Evans
2017-02-16
1
-2/+2
*
Fix/refactor tcaches synchronization.
Jason Evans
2017-02-02
1
-2/+0
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-21/+21
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-72/+72
*
Update brace style.
Jason Evans
2017-01-21
1
-178/+166
*
Fix --disable-stats support.
Jason Evans
2017-01-20
1
-161/+195
*
Added stats about number of bytes cached in tcache currently.
Qi Wang
2017-01-18
1
-0/+9
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-13/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-86/+199
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-29/+25
*
Range-check mib[1] --> arena_ind casts.
Jason Evans
2017-01-07
1
-7/+22
*
Move static ctl_epoch variable into ctl_stats_t (as epoch).
Jason Evans
2017-01-07
1
-4/+3
*
Refactor ctl_stats_t.
Jason Evans
2017-01-07
1
-58/+91
*
Rename the arenas.extend mallctl to arenas.create.
Jason Evans
2017-01-07
1
-3/+3
*
Add MALLCTL_ARENAS_ALL.
Jason Evans
2017-01-07
1
-76/+122
*
Implement per arena base allocators.
Jason Evans
2016-12-27
1
-20/+30
*
Do not (recursively) allocate within tsd_fetch().
Jason Evans
2016-10-21
1
-2/+2
*
Make dss operations lockless.
Jason Evans
2016-10-13
1
-2/+2
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-6/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-81/+4
[next]