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
/
test
/
unit
/
mallctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
1
-2/+2
*
Un-experimental the huge_threshold feature.
Qi Wang
2019-01-16
1
-1/+1
*
Add stats for arenas.bin.i.nshards.
Qi Wang
2018-12-04
1
-0/+1
*
SC: Remove global data.
David Goldblatt
2018-07-23
1
-1/+1
*
SC: Make some key size classes static.
David Goldblatt
2018-07-13
1
-1/+1
*
Hide size class computation behind a layer of indirection.
David Goldblatt
2018-07-13
1
-4/+5
*
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/+1
*
Implement huge arena: opt.huge_threshold.
Qi Wang
2018-06-29
1
-0/+3
*
Hooks: Add a hook exhaustion test.
David Goldblatt
2018-05-18
1
-1/+39
*
Mallctl: Add experimental.hooks.[install|remove].
David Goldblatt
2018-05-18
1
-1/+39
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
1
-0/+17
*
Fix const qualifier warnings.
Qi Wang
2018-04-09
1
-1/+1
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-0/+1
*
Pull out arena_bin_info_t and arena_bin_t into their own file.
David T. Goldblatt
2017-12-19
1
-3/+3
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0/+1
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0/+49
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
1
-1/+1
*
Add missing mallctl unit test for abort_conf.
Qi Wang
2017-08-12
1
-0/+1
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-0/+1
*
Refactor/fix background_thread/percpu_arena bootstrapping.
Jason Evans
2017-06-01
1
-6/+6
*
Skip default tcache testing if !opt_tcache.
Jason Evans
2017-06-01
1
-4/+4
*
Add tests for background threads.
Qi Wang
2017-05-23
1
-0/+1
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-88/+84
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-1/+1
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-25
1
-1/+1
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-1/+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-7/+2
*
Header refactoring: move util.h out of the catchall
David Goldblatt
2017-04-19
1
-0/+2
*
Implement two-phase decay-based purging.
Jason Evans
2017-03-15
1
-39/+115
*
Implement per-CPU arena.
Qi Wang
2017-03-09
1
-10/+29
*
Replace tabs following #define with spaces.
Jason Evans
2017-01-21
1
-7/+7
*
Remove extraneous parens around return arguments.
Jason Evans
2017-01-21
1
-2/+2
*
Update brace style.
Jason Evans
2017-01-21
1
-48/+27
*
Remove leading blank lines from function bodies.
Jason Evans
2017-01-13
1
-6/+0
*
Implement arena.<i>.destroy .
Jason Evans
2017-01-07
1
-0/+9
*
Replace the arenas.initialized mallctl with arena.<i>.initialized .
Jason Evans
2017-01-07
1
-18/+31
*
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
-0/+8
*
Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).
Jason Evans
2016-10-28
1
-83/+95
*
Remove all vestiges of chunks.
Jason Evans
2016-10-12
1
-1/+0
*
Remove ratio-based purging.
Jason Evans
2016-10-12
1
-77/+0
*
Miscellaneous s/chunk/extent/ updates.
Jason Evans
2016-06-06
1
-3/+3
*
Rename huge to large.
Jason Evans
2016-06-06
1
-4/+4
*
Move slabs out of chunks.
Jason Evans
2016-06-06
1
-1/+2
*
Use huge size class infrastructure for large size classes.
Jason Evans
2016-06-06
1
-21/+2
*
Remove redzone support.
Jason Evans
2016-05-13
1
-1/+0
*
Remove quarantine support.
Jason Evans
2016-05-13
1
-1/+0
*
Remove Valgrind support.
Jason Evans
2016-05-13
1
-1/+0
*
Fix stats.arenas.<i>.[...] for --disable-stats case.
Jason Evans
2016-02-28
1
-1/+3
[next]