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
* Replace tabs following #define with spaces.Jason Evans2017-01-211-1/+1
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-10/+10
* Update brace style.Jason Evans2017-01-211-40/+23
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-5/+0
* Rename the arenas.extend mallctl to arenas.create.Jason Evans2017-01-071-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-4/+4
* Fix regressions related extent splitting failures.Jason Evans2016-06-061-3/+5
* Work around legitimate xallocx() failures during testing.Jason Evans2016-06-061-6/+12
* Rename huge to large.Jason Evans2016-06-061-52/+52
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-99/+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