summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove --disable-tcache.Jason Evans2017-04-217-108/+69
* Support --with-lg-page values larger than system page size.Jason Evans2017-04-192-2/+2
* Revert "Remove BITMAP_USE_TREE."Jason Evans2017-04-191-0/+16
* Header refactoring: unify nstime.h and move it out of the catch-allDavid Goldblatt2017-04-191-3/+1
* Header refactoring: move util.h out of the catchallDavid Goldblatt2017-04-193-0/+6
* Header refactoring: move bit_util.h out of the catchallDavid Goldblatt2017-04-191-0/+2
* Track extent structure serial number (esn) in extent_t.Jason Evans2017-04-171-2/+2
* Pass alloc_ctx down profiling path.Qi Wang2017-04-121-2/+2
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-3/+4
* Header refactoring: break out ql.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Header refactoring: break out qr.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Header refactoring: break out rb.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Header refactoring: break out ph.h dependenciesDavid Goldblatt2017-04-111-0/+2
* Add basic reentrancy-checking support, and allow arena_new to reenter.David Goldblatt2017-04-074-28/+55
* Add hooking functionalityDavid Goldblatt2017-04-0710-9/+124
* Integrate auto tcache into TSD.Qi Wang2017-04-071-0/+6
* Remove the pre-C11-atomics API, which is now unusedDavid Goldblatt2017-04-051-45/+0
* Convert prng module to use C11-style atomicsDavid Goldblatt2017-04-041-18/+20
* Do proper cleanup for tsd_state_reincarnated.Qi Wang2017-04-041-1/+40
* Add init function support to tsd members.Qi Wang2017-04-041-6/+10
* Remove BITMAP_USE_TREE.Jason Evans2017-03-271-16/+0
* Fix bitmap_ffu() to work with 3+ levels.Jason Evans2017-03-271-0/+27
* Fix BITMAP_USE_TREE version of bitmap_ffu().Jason Evans2017-03-261-5/+35
* Implement bitmap_ffu(), which finds the first unset bit.Jason Evans2017-03-251-12/+47
* Added JSON output for lock stats.Qi Wang2017-03-231-1/+6