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/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-3/+4
*
Header refactoring: Pull size helpers out of jemalloc module.
David Goldblatt
2017-05-31
1
-2/+3
*
Header refactoring: unify and de-catchall extent_mmap module.
David Goldblatt
2017-05-31
1
-0/+1
*
Header refactoring: unify and de-catchall extent_dss.
David Goldblatt
2017-05-31
1
-0/+1
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-0/+3
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-0/+3
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-27
1
-0/+3
*
Header refactoring: unify and de-catchall mutex module
David Goldblatt
2017-05-24
1
-0/+1
*
Add profiling for the background thread mutex.
Qi Wang
2017-05-23
1
-0/+12
*
Add background thread related stats.
Qi Wang
2017-05-23
1
-0/+30
*
Implementing opt.background_thread.
Qi Wang
2017-05-23
1
-3/+89
*
Allow mutexes to take a lock ordering enum at construction.
David Goldblatt
2017-05-19
1
-1/+2
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-48/+47
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0/+8
*
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
[next]