summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans2016-02-281-1/+3
* Fix decay tests for --disable-stats case.Jason Evans2016-02-281-11/+18
* Remove invalid tests.Jason Evans2016-02-272-18/+2
* Miscellaneous bitmap refactoring.Jason Evans2016-02-261-9/+13
* Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans2016-02-263-10/+10
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-253-2/+137
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-242-7/+7
* Make opt_narenas unsigned rather than size_t.Jason Evans2016-02-241-1/+1
* Fix Windows build issuesDmitri Smirnov2016-02-242-4/+0
* Remove rbt_nilDave Watson2016-02-241-19/+22
* Use table lookup for run_quantize_{floor,ceil}().Jason Evans2016-02-231-10/+2
* Test run quantization.Jason Evans2016-02-221-0/+157
* Refactor time_* into nstime_*.Jason Evans2016-02-227-260/+257
* Handle unaligned keys in hash().Jason Evans2016-02-201-3/+16
* Increase test coverage in test_decay_ticks.Jason Evans2016-02-201-123/+98
* Implement decay-based unused dirty page purging.Jason Evans2016-02-202-0/+465
* Implement smoothstep table generation.Jason Evans2016-02-201-0/+106
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-202-23/+114
* Implement ticker.Jason Evans2016-02-201-0/+76
* Flesh out time_*() API.Jason Evans2016-02-204-49/+214
* Add time_update().Cameron Evans2016-02-201-0/+23
* Add --with-malloc-conf.Jason Evans2016-02-201-16/+17
* Fix test_stats_arenas_summary fragility.Jason Evans2016-02-201-4/+4
* Don't rely on unpurged chunks in xallocx() test.Jason Evans2016-02-201-20/+20
* Add test for tree destructionJoshua Kahn2015-11-091-1/+16
* Allow const keys for lookupJoshua Kahn2015-11-091-1/+1
* Fix intermittent xallocx() test failures.Jason Evans2015-10-011-43/+65
* Remove fragile xallocx() test case.Jason Evans2015-09-251-9/+0
* Make mallocx() OOM test more robust.Jason Evans2015-09-241-3/+14
* Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans2015-09-241-1/+118
* Add mallocx() OOM tests.Jason Evans2015-09-171-0/+70
* Loosen expected xallocx() results.Jason Evans2015-09-151-9/+9
* Add more xallocx() overflow tests.Jason Evans2015-09-151-0/+64
* Rename arena_maxclass to large_maxclass.Jason Evans2015-09-123-11/+11
* Fix xallocx() bugs.Jason Evans2015-09-122-2/+242
* Fix "prof.reset" mallctl-related corruption.Jason Evans2015-09-101-15/+66
* Optimize arena_prof_tctx_set().Jason Evans2015-09-021-17/+32
* Don't purge junk filled chunks when shrinking huge allocationsMike Hommey2015-08-281-0/+4
* Fix arenas_cache_cleanup().Christopher Ferris2015-08-211-0/+6
* Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans2015-08-191-1/+1
* Fix test for MinGW.Jason Evans2015-08-121-11/+15
* Fix assertion in test.Jason Evans2015-08-121-1/+1