summaryrefslogtreecommitdiffstats
path: root/test/unit
Commit message (Expand)AuthorAgeFilesLines
...
* Replace tabs following #define with spaces.Jason Evans2017-01-2132-103/+103
* Remove extraneous parens around return arguments.Jason Evans2017-01-2141-145/+145
* Update brace style.Jason Evans2017-01-2142-715/+459
* 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
* Remove leading blank lines from function bodies.Jason Evans2017-01-1340-105/+0
* Implement arena.<i>.destroy .Jason Evans2017-01-073-29/+240
* Refactor test extent hook code to be reusable.Jason Evans2017-01-071-104/+46
* 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-073-8/+8
* Add MALLCTL_ARENAS_ALL.Jason Evans2017-01-071-0/+8
* Implement per arena base allocators.Jason Evans2016-12-271-0/+274
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-271-0/+30
* Simplify arena_slab_regind().Jason Evans2016-12-231-0/+35
* 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
* 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
* Call _exit(2) rather than exit(3) in forked child.Jason Evans2016-11-031-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-2812-235/+263
* 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
* Work around a weird pgi bug in test/unit/math.cElliot Ronaghan2016-06-081-0/+4
* Remove a stray memset(), and fix a junk filling test regression.Jason Evans2016-06-061-5/+19
* Add rtree lookup path caching.Jason Evans2016-06-061-35/+48
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-061-3/+3
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-061-1/+1
* Rename huge to large.Jason Evans2016-06-068-81/+81
* Move slabs out of chunks.Jason Evans2016-06-063-15/+16
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-069-434/+73
* Implement cache-oblivious support for huge size classes.Jason Evans2016-06-031-12/+42
* Replace extent_tree_szad_* with extent_heap_*.Jason Evans2016-06-031-0/+155
* Dodge ivsalloc() assertion in test code.Jason Evans2016-06-031-1/+16
* Add rtree element witnesses.Jason Evans2016-06-032-19/+25
* Refactor rtree to always use base_alloc() for node allocation.Jason Evans2016-06-031-35/+82
* Add element acquire/release capabilities to rtree.Jason Evans2016-06-031-34/+119
* Rename extent_node_t to extent_t.Jason Evans2016-05-161-12/+13
* Refactor runs_avail.Jason Evans2016-05-161-1/+1
* Implement pz2ind(), pind2sz(), and psz2u().Jason Evans2016-05-131-11/+83