summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify extent hook functions to take an (extent_t *) argument.Jason Evans2016-06-061-67/+84
* Add rtree lookup path caching.Jason Evans2016-06-061-35/+48
* Reduce NSZS, since NSIZES (was nsizes) can not be so large.Jason Evans2016-06-061-1/+1
* Miscellaneous s/chunk/extent/ updates.Jason Evans2016-06-063-5/+3
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-41/+41
* s/chunk_lookup/extent_lookup/g, s/chunks_rtree/extents_rtree/gJason Evans2016-06-061-1/+1
* s/chunk_hook/extent_hook/gJason Evans2016-06-061-11/+11
* Rename huge to large.Jason Evans2016-06-0613-171/+171
* Move slabs out of chunks.Jason Evans2016-06-063-15/+16
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-0611-559/+79
* Implement cache-oblivious support for huge size classes.Jason Evans2016-06-031-12/+42
* Allow chunks to not be naturally aligned.Jason Evans2016-06-031-16/+0
* 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
* Initialize arena_bin_info at compile time rather than at boot time.Jason Evans2016-05-131-1/+1
* Implement BITMAP_INFO_INITIALIZER(nbits).Jason Evans2016-05-131-109/+296
* Remove redzone support.Jason Evans2016-05-133-48/+3
* Remove quarantine support.Jason Evans2016-05-135-113/+2
* Remove Valgrind support.Jason Evans2016-05-132-3/+1
* Disable junk filling for tests that could otherwise easily OOM.Jason Evans2016-05-112-0/+8
* Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans2016-05-115-88/+88
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-075-16/+69
* Don't test fork() on Windows.Jason Evans2016-05-041-0/+6
* Update mallocx() OOM test to deal with smaller hugemax.Jason Evans2016-05-031-10/+19
* Fix witness/fork() interactions.Jason Evans2016-04-261-3/+22
* Fix fork()-related lock rank ordering reversals.Jason Evans2016-04-261-0/+39
* Use separate arena for chunk tests.Jason Evans2016-04-261-28/+45
* Fix arena_reset() test to avoid tcache.Jason Evans2016-04-251-10/+9
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-0/+160
* Fix style nits.Jason Evans2016-04-173-4/+4