summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try to decommit new chunks.Jason Evans2015-08-121-11/+14
* Add no-OOM assertions to test.Jason Evans2015-08-071-6/+12
* Implement chunk hook support for page run commit/decommit.Jason Evans2015-08-071-18/+48
* Generalize chunk management hooks.Jason Evans2015-08-041-39/+177
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-251-3/+3
* Fix huge_ralloc_no_move() to succeed more often.Jason Evans2015-07-251-2/+3
* Fix MinGW-related portability issues.Jason Evans2015-07-239-88/+88
* Fix a compilation error.Jason Evans2015-07-221-8/+10
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-222-4/+4
* Port mq_get() to MinGW.Jason Evans2015-07-212-10/+36
* Fix more MinGW build warnings.Jason Evans2015-07-184-43/+46
* Add the config.cache_oblivious mallctl.Jason Evans2015-07-171-0/+1
* Add timer support for Windows.Jason Evans2015-07-132-10/+24
* Avoid function prototype incompatibilities.Jason Evans2015-07-102-5/+5
* Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans2015-07-101-0/+89
* Fix indentation.Jason Evans2015-07-091-1/+1
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-243-5/+59
* Clarify relationship between stats.resident and stats.mapped.Jason Evans2015-05-301-3/+7
* Avoid atomic operations for dependent rtree reads.Jason Evans2015-05-161-14/+14
* Fix signed/unsigned comparison in arena_lg_dirty_mult_valid().Jason Evans2015-03-241-3/+3
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-193-19/+123
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-132-0/+27
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-161-21/+24
* Move centralized chunk management into arenas.Jason Evans2015-02-121-27/+0
* Test and fix tcache ID recycling.Jason Evans2015-02-101-0/+12
* Implement explicit tcache support.Jason Evans2015-02-101-0/+110
* Refactor rtree to be lock-free.Jason Evans2015-02-051-25/+52
* Implement more atomic operations.Jason Evans2015-02-051-30/+55
* Implement the prof.gdump mallctl.Jason Evans2015-01-261-2/+27
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-154-16/+33
* Style and spelling fixes.Jason Evans2014-12-093-5/+3
* Fix test_stats_arenas_bins for 32-bit builds.Yuriy Kaminskiy2014-12-031-0/+1
* Thwart compiler optimizations.Jason Evans2014-10-151-0/+12
* Add per size class huge allocation statistics.Jason Evans2014-10-132-10/+114
* Don't fetch tsd in a0{d,}alloc().Jason Evans2014-10-111-0/+1
* Add configure options.Jason Evans2014-10-102-1/+27