summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add witness, a simple online locking validator.Jason Evans2016-04-143-3/+282
* Fix more 64-to-32 conversion warnings.Jason Evans2016-04-122-11/+11
* Clean up char vs. uint8_t in junk filling code.Jason Evans2016-04-112-15/+17
* Refactor/fix ph.Jason Evans2016-04-111-20/+237
* Fix a compilation warning in the ph test code.Jason Evans2016-04-051-20/+1
* Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson2016-03-311-3/+3
* Avoid blindly enabling assertions for header code when testing.Jason Evans2016-03-231-33/+45
* Code formatting fixes.Jason Evans2016-03-231-1/+2
* Refactor out signed/unsigned comparisons.Jason Evans2016-03-153-9/+8
* Add (size_t) casts to MALLOCX_ALIGN().Jason Evans2016-03-111-13/+10
* Unittest for pairing heapDave Watson2016-03-081-0/+92
* Fix stack corruption and uninitialized var warningDmitri Smirnov2016-02-291-6/+7
* Fix decay tests for --disable-tcache case.Jason Evans2016-02-281-6/+14