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
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
1
-3/+3
*
Un-experimental the huge_threshold feature.
Qi Wang
2019-01-16
1
-1/+1
*
Avoid creating bg thds for huge arena lone.
Qi Wang
2019-01-16
1
-0/+11
*
Add stats for arenas.bin.i.nshards.
Qi Wang
2018-12-04
1
-1/+4
*
Add support for sharded bins within an arena.
Qi Wang
2018-12-04
1
-2/+4
*
Add stats for the size of extent_avail heap
Tyler Etzel
2018-08-02
1
-0/+8
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-2/+80
*
Add logging for sampled allocations
Tyler Etzel
2018-08-01
1
-1/+43
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-14/+14
*
Clean compilation -Wextra
gnzlbg
2018-07-10
1
-61/+75
*
Rename huge_threshold to experimental, and tweak documentation.
Qi Wang
2018-06-29
1
-1/+1
*
Add ctl and stats for opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+3
*
Fall back to the default pthread_create if RTLD_NEXT fails.
Qi Wang
2018-06-28
1
-14/+0
*
Mallctl: Add experimental.hooks.[install|remove].
David Goldblatt
2018-05-18
1
-1/+58
*
Fix background thread index issues with max_background_threads.
Qi Wang
2018-05-15
1
-4/+2
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
1
-1/+33
*
Allow setting extent hooks on uninitialized auto arenas.
Qi Wang
2018-04-12
1
-12/+33
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-0/+70
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-0/+3
*
Remove config.thp which wasn't in use.
Qi Wang
2018-03-08
1
-3/+0
*
Split up and standardize naming of stats code.
David T. Goldblatt
2017-12-19
1
-39/+43
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-4/+4
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0/+4
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-2/+40
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-0/+12
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
1
-1/+2
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-0/+3
*
Switch ctl to explicitly use tsd instead of tsdn.
Qi Wang
2017-06-23
1
-19/+19
*
Fix assertion typos.
Jason Evans
2017-06-23
1
-1/+1
*
Pass tsd to tcache_flush().
Qi Wang
2017-06-16
1
-1/+1
*
Only abort on dlsym when necessary.
Qi Wang
2017-06-14
1
-0/+7
*
Combine background_thread started / paused into state.
Qi Wang
2017-06-12
1
-4/+4
*
Move background thread creation to background_thread_0.
Qi Wang
2017-06-12
1
-4/+8
*
Drop high rank locks when creating threads.
Qi Wang
2017-06-08
1
-0/+3
*
Take background thread lock when setting extent hooks.
Qi Wang
2017-06-05
1
-1/+1
*
Set isthreaded when enabling background_thread.
Qi Wang
2017-06-02
1
-0/+1
*
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
[next]