summaryrefslogtreecommitdiffstats
path: root/test/unit/mallctl.c
Commit message (Expand)AuthorAgeFilesLines
* Rename huge_threshold to oversize_threshold.Qi Wang2019-01-251-2/+2
* Un-experimental the huge_threshold feature.Qi Wang2019-01-161-1/+1
* Add stats for arenas.bin.i.nshards.Qi Wang2018-12-041-0/+1
* SC: Remove global data.David Goldblatt2018-07-231-1/+1
* SC: Make some key size classes static.David Goldblatt2018-07-131-1/+1
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-4/+5
* Rename huge_threshold to experimental, and tweak documentation.Qi Wang2018-06-291-1/+1
* Add ctl and stats for opt.huge_threshold.Qi Wang2018-06-291-0/+1
* Implement huge arena: opt.huge_threshold.Qi Wang2018-06-291-0/+3
* Hooks: Add a hook exhaustion test.David Goldblatt2018-05-181-1/+39
* Mallctl: Add experimental.hooks.[install|remove].David Goldblatt2018-05-181-1/+39
* Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-011-0/+17
* Fix const qualifier warnings.Qi Wang2018-04-091-1/+1
* Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-081-0/+1
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-191-3/+3
* Add opt.lg_extent_max_active_fitQi Wang2017-11-161-0/+1
* Add arena.i.retain_grow_limitQi Wang2017-11-031-0/+49
* Change opt.metadata_thp to [disabled,auto,always].Qi Wang2017-08-301-1/+1
* Add missing mallctl unit test for abort_conf.Qi Wang2017-08-121-0/+1
* Implement opt.metadata_thpQi Wang2017-08-111-0/+1
* Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans2017-06-011-6/+6
* Skip default tcache testing if !opt_tcache.Jason Evans2017-06-011-4/+4
* Add tests for background threads.Qi Wang2017-05-231-0/+1
* Refactor *decay_time into *decay_ms.Jason Evans2017-05-181-88/+84
* Refactor !opt.munmap to opt.retain.Jason Evans2017-04-291-1/+1
* Replace --disable-munmap with opt.munmap.Jason Evans2017-04-251-1/+1
* Remove --disable-tls.Jason Evans2017-04-211-1/+0
* Remove --disable-tcache.Jason Evans2017-04-211-7/+2
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-191-0/+2
* Implement two-phase decay-based purging.Jason Evans2017-03-151-39/+115
* Implement per-CPU arena.Qi Wang2017-03-091-10/+29
* Replace tabs following #define with spaces.Jason Evans2017-01-211-7/+7
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-2/+2
* Update brace style.Jason Evans2017-01-211-48/+27
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-6/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-071-0/+9
* Replace the arenas.initialized mallctl with arena.<i>.initialized .Jason Evans2017-01-071-18/+31
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-3/+3
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-071-0/+8
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-83/+95
* Remove all vestiges of chunks.Jason Evans2016-10-121-1/+0
* Remove ratio-based purging.Jason Evans2016-10-121-77/+0
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-061-3/+3
* Rename huge to large.Jason Evans2016-06-061-4/+4
* Move slabs out of chunks.Jason Evans2016-06-061-1/+2
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-21/+2
* Remove redzone support.Jason Evans2016-05-131-1/+0
* Remove quarantine support.Jason Evans2016-05-131-1/+0
* Remove Valgrind support.Jason Evans2016-05-131-1/+0
* Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans2016-02-281-1/+3