aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-09-06Add bp file and generated files.Christopher Ferris
2018-05-01Mallctl: Add arenas.lookupLatchesar Ionkov
2018-04-11Allow setting extent hooks on uninitialized auto arenas.Qi Wang
2018-04-10background_thread: add max thread count configDave Watson
2018-04-09Fix const qualifier warnings.Qi Wang
2018-04-09Fix type warning on Windows.Qi Wang
2018-04-02Fix a background_thread shutdown issue.Qi Wang
2018-03-09Emitter: Add support for row-based output in table mode.David Goldblatt
2018-03-09Introduce the emitter module.David Goldblatt
2018-03-08Add opt.thp which allows explicit hugepage usage.Qi Wang
2018-03-02Skip test_alignment_and_size if percpu_arena is enabled.Qi Wang
2018-03-02Remove unused code in test/thread_tcache_enabled.Qi Wang
2018-02-27Background threads: fix an indexing bug.David Goldblatt
2017-12-21Add the div module, which allows fast division by dynamic values.David Goldblatt
2017-12-18Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt
2017-12-18Skip test/unit/pack when profiling is enabled.Qi Wang
2017-12-08Fix test/integration/extent.Qi Wang
2017-11-28Add more tests for extent hooks failure paths.Qi Wang
2017-11-16Add opt.lg_extent_max_active_fitQi Wang
2017-11-03Add arena.i.retain_grow_limitQi Wang
2017-10-16Add a "dumpable" bit to the extent state.David Goldblatt
2017-10-02Logging: capitalize log macro.David Goldblatt
2017-09-12Fix huge page test in test/unit/pages.Qi Wang
2017-08-30Add stats for metadata_thp.Qi Wang
2017-08-30Change opt.metadata_thp to [disabled,auto,always].Qi Wang
2017-08-11Add missing mallctl unit test for abort_conf.Qi Wang
2017-08-11Fix test/unit/pages.Qi Wang
2017-08-11Implement opt.metadata_thpQi Wang
2017-07-24Only run test/integration/sdallocx non-reentrantly.David Goldblatt
2017-07-24Logging: log using the log var names directly.David Goldblatt
2017-07-22Logging: allow logging with empty varargs.David Goldblatt
2017-07-20Add a logging facility.David T. Goldblatt
2017-07-10Add a test of behavior under multi-threaded forking.David Goldblatt
2017-06-23Set reentrancy when invoking customized extent hooks.Qi Wang
2017-06-14Add alloc hook test in test/integration/extent.Qi Wang
2017-06-12Prevent background threads from running in post_reset().Qi Wang
2017-06-12Combine background_thread started / paused into state.Qi Wang
2017-06-07Make tsd no-cleanup during tsd reincarnation.Qi Wang
2017-06-01Test with background_thread:true.Jason Evans
2017-06-01Refactor/fix background_thread/percpu_arena bootstrapping.Jason Evans
2017-06-01Skip default tcache testing if !opt_tcache.Jason Evans
2017-05-31Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt
2017-05-31Header refactoring: unify and de-catchall extent_mmap module.David Goldblatt
2017-05-31Header refactoring: unify and de-catchall rtree module.David Goldblatt
2017-05-30Add the --disable-thp option to support cross compiling.Jason Evans
2017-05-29Add test for excessive retained memory.Jason Evans
2017-05-26Make test/unit/background_thread not flaky.Qi Wang
2017-05-25Cleanup smoothstep.sh / .h.Qi Wang
2017-05-24Header refactoring: unify and de-catchall witness code.David Goldblatt
2017-05-23Add tests for background threads.Qi Wang