summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make dss operations lockless.Jason Evans2016-10-131-2/+2
* Remove all vestiges of chunks.Jason Evans2016-10-126-43/+11
* Remove ratio-based purging.Jason Evans2016-10-122-84/+1
* Fix decay tests to all adapt to nstime_monotonic().Jason Evans2016-10-111-6/+9
* Do not advance decay epoch when time goes backwards.Jason Evans2016-10-112-2/+20
* Verify extent hook functions receive correct extent_hooks pointer.Jason Evans2016-09-291-17/+52
* Work around a weird pgi bug in test/unit/math.cElliot Ronaghan2016-06-081-0/+4
* Relax extent hook tests to work with unsplittable extents.Jason Evans2016-06-061-8/+19
* Fix regressions related extent splitting failures.Jason Evans2016-06-061-3/+5
* Work around legitimate xallocx() failures during testing.Jason Evans2016-06-061-6/+12
* Remove a stray memset(), and fix a junk filling test regression.Jason Evans2016-06-061-5/+19