aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add bp file and generated files.Christopher Ferris2018-09-062-0/+183
* Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-011-0/+17
* Allow setting extent hooks on uninitialized auto arenas.Qi Wang2018-04-111-0/+38
* background_thread: add max thread count configDave Watson2018-04-101-2/+48
* Fix const qualifier warnings.Qi Wang2018-04-092-2/+2
* 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
* Skip test_alignment_and_size if percpu_arena is enabled.Qi Wang2018-03-021-1/+9
* Remove unused code in test/thread_tcache_enabled.Qi Wang2018-03-021-2/+0
* Background threads: fix an indexing bug.David Goldblatt2018-02-271-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-184-6/+6
* Skip test/unit/pack when profiling is enabled.Qi Wang2017-12-181-0/+6
* Fix test/integration/extent.Qi Wang2017-12-081-1/+1
* Add more tests for extent hooks failure paths.Qi Wang2017-11-282-3/+22
* 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
* Logging: capitalize log macro.David Goldblatt2017-10-021-1/+1
* Fix huge page test in test/unit/pages.Qi Wang2017-09-121-5/+7
* Add stats for metadata_thp.Qi Wang2017-08-301-6/+18
* 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-111-0/+1
* Fix test/unit/pages.Qi Wang2017-08-111-1/+1
* Implement opt.metadata_thpQi Wang2017-08-111-0/+1
* Only run test/integration/sdallocx non-reentrantly.David Goldblatt2017-07-241-1/+1
* Logging: log using the log var names directly.David Goldblatt2017-07-241-2/+1
* Logging: allow logging with empty varargs.David Goldblatt2017-07-221-2/+14
* Add a logging facility.David T. Goldblatt2017-07-201-0/+182
* Add a test of behavior under multi-threaded forking.David Goldblatt2017-07-101-21/+87
* Set reentrancy when invoking customized extent hooks.Qi Wang2017-06-231-9/+6
* Add alloc hook test in test/integration/extent.Qi Wang2017-06-141-0/+3
* Prevent background threads from running in post_reset().Qi Wang2017-06-121-5/+13
* Combine background_thread started / paused into state.Qi Wang2017-06-121-1/+1
* Make tsd no-cleanup during tsd reincarnation.Qi Wang2017-06-071-2/+2
* Test with background_thread:true.Jason Evans2017-06-011-4/+7
* 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
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-314-97/+103
* Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt2017-05-311-0/+1
* Header refactoring: unify and de-catchall rtree module.David Goldblatt2017-05-313-0/+6
* Add the --disable-thp option to support cross compiling.Jason Evans2017-05-301-1/+1
* Add test for excessive retained memory.Jason Evans2017-05-291-0/+179
* Make test/unit/background_thread not flaky.Qi Wang2017-05-261-3/+5
* Cleanup smoothstep.sh / .h.Qi Wang2017-05-251-1/+1
* Header refactoring: unify and de-catchall witness code.David Goldblatt2017-05-241-92/+80
* Add tests for background threads.Qi Wang2017-05-232-0/+118