summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test/integration/extent.Qi Wang2017-12-091-1/+1
* Add more tests for extent hooks failure paths.Qi Wang2017-11-292-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-031-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-121-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-211-0/+182
* Add a test of behavior under multi-threaded forking.David Goldblatt2017-07-111-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-301-0/+179
* Make test/unit/background_thread not flaky.Qi Wang2017-05-271-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
* Add background thread related stats.Qi Wang2017-05-231-0/+36
* Implementing opt.background_thread.Qi Wang2017-05-234-3/+39
* Protect the rtree/extent interactions with a mutex pool.David Goldblatt2017-05-191-90/+3
* Refactor *decay_time into *decay_ms.Jason Evans2017-05-184-102/+98
* Header refactoring: tsd - cleanup and dependency breaking.David Goldblatt2017-05-011-44/+33
* Add extent_destroy_t and use it during arena destruction.Jason Evans2017-04-293-1/+32
* Refactor !opt.munmap to opt.retain.Jason Evans2017-04-292-2/+2
* Header refactoring: hash - unify and remove from catchall.David Goldblatt2017-04-251-0/+1
* Replace --disable-munmap with opt.munmap.Jason Evans2017-04-252-3/+3
* Header refactoring: ticker module - remove from the catchall and unify.David Goldblatt2017-04-242-0/+4
* Get rid of most of the various inline macros.David Goldblatt2017-04-246-90/+65
* Output MALLOC_CONF and debug cmd when test failure happens.Qi Wang2017-04-221-9/+10
* Remove --disable-tls.Jason Evans2017-04-211-1/+0