summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
* Fix the binshard unit test.Qi Wang2019-04-021-0/+3
* Eagerly purge oversized merged extents.Qi Wang2019-03-151-3/+9
* Rename huge_threshold to oversize_threshold.Qi Wang2019-01-252-3/+3
* Un-experimental the huge_threshold feature.Qi Wang2019-01-162-2/+2
* Add unit test for producer-consumer pattern.Qi Wang2018-12-181-2/+50
* Add unit test for sharded bins.Qi Wang2018-12-042-0/+106
* Add stats for arenas.bin.i.nshards.Qi Wang2018-12-041-0/+1
* Add unit tests for loggingTyler Etzel2018-08-012-0/+151
* Small refactoring of emitterTyler Etzel2018-08-011-19/+75
* SC: Remove global data.David Goldblatt2018-07-236-19/+19
* SC: Make some key size classes static.David Goldblatt2018-07-135-10/+10
* SC: Add page customization functionality.David T. Goldblatt2018-07-131-0/+33
* Add lg_ceil to bit_util.David Goldblatt2018-07-131-1/+55
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-139-33/+41
* Clean compilation -Wextragnzlbg2018-07-101-3/+3
* Rename huge_threshold to experimental, and tweak documentation.Qi Wang2018-06-292-2/+2
* Add unit test for opt.huge_threshold.Qi Wang2018-06-291-0/+108
* 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: Protect against reentrancy.David Goldblatt2018-05-181-0/+42
* Hooks: Add a hook exhaustion test.David Goldblatt2018-05-181-1/+39
* Mallctl: Add experimental.hooks.[install|remove].David Goldblatt2018-05-181-1/+39
* Hooks: move the "extra" pointer into the hook_t itself.David Goldblatt2018-05-181-22/+23
* Hooks: hook the realloc pathways that move/expand.David Goldblatt2018-05-181-1/+112
* Hooks: hook the realloc paths that act as pure malloc/free.David Goldblatt2018-05-181-2/+50
* Hooks: hook the pure-expand function.David Goldblatt2018-05-181-1/+31
* Hooks: hook the pure-deallocation functions.David Goldblatt2018-05-181-1/+49
* Hooks: hook the pure-allocation functions.David Goldblatt2018-05-181-2/+122
* Add "hook" module.David Goldblatt2018-05-181-0/+180
* Add the Seq module, a simple seqlock implementation.David Goldblatt2018-05-181-0/+95
* Rename hooks module to test_hooks.David Goldblatt2018-05-181-3/+3
* TSD: Add the ability to enter a global slow path.David Goldblatt2018-05-181-1/+129
* TSD: Make all state access happen through a function.David Goldblatt2018-05-181-2/+2
* Fix the max_background_thread test.Qi Wang2018-05-151-25/+27
* Fix background thread index issues with max_background_threads.Qi Wang2018-05-151-2/+2
* Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-011-0/+17
* background_thread: add max thread count configDave Watson2018-04-101-2/+48
* Fix const qualifier warnings.Qi Wang2018-04-091-1/+1
* Fix type warning on Windows.Qi Wang2018-04-091-1/+1
* Fix a background_thread shutdown issue.Qi Wang2018-04-021-0/+3
* Emitter: Add support for row-based output in table mode.David Goldblatt2018-03-091-1/+63
* Introduce the emitter module.David Goldblatt2018-03-091-0/+351
* Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-082-1/+2
* Background threads: fix an indexing bug.David Goldblatt2018-02-281-0/+34
* Add the div module, which allows fast division by dynamic values.David Goldblatt2017-12-211-0/+29
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-194-6/+6
* Skip test/unit/pack when profiling is enabled.Qi Wang2017-12-181-0/+6
* Add opt.lg_extent_max_active_fitQi Wang2017-11-161-0/+1
* Add arena.i.retain_grow_limitQi Wang2017-11-031-0/+49
* Add a "dumpable" bit to the extent state.David Goldblatt2017-10-162-5/+5