summaryrefslogtreecommitdiffstats
path: root/test/integration/xallocx.c
Commit message (Expand)AuthorAgeFilesLines
* Use MALLOC_CONF rather than malloc_conf for tests.Jason Evans2017-02-231-4/+0
* Repair file permissions.Jason Evans2017-02-221-0/+0
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-11-151-4/+4
* Disable junk filling for tests that could otherwise easily OOM.Jason Evans2016-05-111-0/+4
* 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
* Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans2015-09-241-1/+118
* 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-121-1/+241
* Implement the *allocx() API.Jason Evans2013-12-131-0/+59