summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Remove invalid tests.Jason Evans2016-02-272-18/+2
* Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans2016-02-262-8/+8
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-252-1/+113
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-5/+5
* Don't rely on unpurged chunks in xallocx() test.Jason Evans2016-02-201-20/+20
* 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
* Fix xallocx() bugs.Jason Evans2015-09-122-2/+242
* Don't purge junk filled chunks when shrinking huge allocationsMike Hommey2015-08-281-0/+4
* Fix test for MinGW.Jason Evans2015-08-121-11/+15
* Try to decommit new chunks.Jason Evans2015-08-121-11/+14
* 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 size class overflow handling when profiling is enabled.Jason Evans2015-06-242-5/+55
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-191-14/+52
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-161-21/+24
* Attempt to expand huge allocations in-place.Daniel Micay2014-10-051-2/+3
* Add support for sized deallocation.Daniel Micay2014-09-091-0/+57
* Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey2014-05-281-2/+2
* Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey2014-05-271-3/+5
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-162-58/+10
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-0/+61
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-3/+14
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-153-220/+2
* Reduce maximum tested alignment.Jason Evans2014-03-303-6/+4
* Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-281-4/+4
* Remove flawed alignment-related overflow test.Jason Evans2014-01-291-23/+0
* Fix/remove flawed alignment-related overflow tests.Jason Evans2014-01-293-25/+4
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-122-63/+0
* Add rallocx() test of both alignment and zeroing.Jason Evans2013-12-161-5/+17
* Add zero/align tests for rallocx().Jason Evans2013-12-151-1/+120
* Implement the *allocx() API.Jason Evans2013-12-134-2/+259
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-125-68/+18
* Normalize #define whitespace.Jason Evans2013-12-093-9/+9
* Refactor tests.Jason Evans2013-12-0918-573/+467
* Refactor to support more varied testing.Jason Evans2013-12-0419-0/+1097