summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Push down iealloc() calls.Jason Evans2017-03-231-7/+2
* Embed root node into rtree_t.Jason Evans2017-03-231-64/+55
* Incorporate szind/slab into rtree leaves.Jason Evans2017-03-232-36/+73
* Split rtree_elm_t into rtree_{node,leaf}_elm_t.Jason Evans2017-03-231-22/+53
* Convert extent_t's usize to szind.Jason Evans2017-03-231-2/+2
* Implement two-phase decay-based purging.Jason Evans2017-03-155-116/+270
* Implement per-CPU arena.Qi Wang2017-03-093-69/+93
* Fix arena_prefork lock rank order for witness.Qi Wang2017-03-091-0/+13
* Store associated arena in tcache.Qi Wang2017-03-071-8/+32
* Add any() and remove_any() to ph.Jason Evans2017-03-071-1/+30
* Fix flakiness in test_decay_ticker.Jason Evans2017-03-071-106/+148
* Add atomic types for ssize_tDavid Goldblatt2017-03-071-0/+8
* Disentangle assert and utilDavid Goldblatt2017-03-063-52/+61
* Introduce a backport of C11 atomicsDavid Goldblatt2017-03-031-71/+227
* Immediately purge cached extents if decay_time is 0.Jason Evans2017-03-031-1/+104
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-2335-80/+119
* Enhance spin_adaptive() to yield after several iterations.Jason Evans2017-02-091-0/+16
* Remove rtree support for 0 (NULL) keys.Jason Evans2017-02-091-5/+7
* Determine rtree levels at compile time.Jason Evans2017-02-091-138/+103
* Conditianalize lg_tcache_max use on JEMALLOC_TCACHE.Jason Evans2017-02-071-1/+5
* Disentangle arena and extent locking.Jason Evans2017-02-022-3/+3
* Add witness_assert_depth[_to_rank]().Jason Evans2017-02-021-12/+39
* Silence harmless warnings discovered via run_tests.sh.Jason Evans2017-02-011-2/+5
* Replace tabs following #define with spaces.Jason Evans2017-01-2147-249/+249
* Remove extraneous parens around return arguments.Jason Evans2017-01-2163-241/+241
* Update brace style.Jason Evans2017-01-2169-1062/+717
* Fix --disable-stats support.Jason Evans2017-01-201-12/+20
* Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-01-191-0/+1006
* Fix prof_realloc() regression.Jason Evans2017-01-171-0/+57
* Add nullptr support to sized delete operators.Jason Evans2017-01-171-0/+10
* Remove leading blank lines from function bodies.Jason Evans2017-01-1362-154/+0
* Break up headers into constituent partsDavid Goldblatt2017-01-121-10/+6
* Implement arena.<i>.destroy .Jason Evans2017-01-073-29/+240
* Refactor test extent hook code to be reusable.Jason Evans2017-01-073-348/+366
* Replace the arenas.initialized mallctl with arena.<i>.initialized .Jason Evans2017-01-071-18/+31
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-076-13/+13
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-071-0/+8
* Implement per arena base allocators.Jason Evans2016-12-272-46/+343
* Refactor purging and splitting/merging.Jason Evans2016-12-271-16/+47
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-271-0/+30
* Simplify arena_slab_regind().Jason Evans2016-12-231-0/+35
* jemalloc cpp new/delete bindingsDave Watson2016-12-133-3/+30