summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a_type parameter to qr_{meld,split}().Jason Evans2016-12-131-6/+6
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-6/+6
* Add packing test, which verifies stable layout policy.Jason Evans2016-11-151-0/+167
* Reduce memory usage for sdallocx() test_alignment_and_size.Jason Evans2016-11-121-2/+2
* Fix test_prng_lg_range_zu() to work on 32-bit systems.Jason Evans2016-11-071-10/+10
* Rename atomic_*_{uint32,uint64,u}() to atomic_*_{u32,u64,zu}().Jason Evans2016-11-071-12/+12
* Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans2016-11-071-22/+187
* Fix psz/pind edge cases.Jason Evans2016-11-041-15/+17
* Fix long spinning in rtree_node_initDave Watson2016-11-031-0/+2
* Add os_unfair_lock support.Jason Evans2016-11-032-0/+9
* Call _exit(2) rather than exit(3) in forked child.Jason Evans2016-11-031-1/+1
* Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-2821-293/+326
* Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-10-281-3/+5
* Add cast to silence (harmless) conversion warning.Jason Evans2016-10-281-1/+1
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-212-24/+24