summaryrefslogtreecommitdiffstats
path: root/test/integration/rallocx.c
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs following #define with spaces.Jason Evans2017-01-211-8/+8
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-7/+7
* Update brace style.Jason Evans2017-01-211-22/+11
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-3/+0
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-2/+2
* Reduce NSZS, since NSIZES (was nsizes) can not be so large.Jason Evans2016-06-061-1/+1
* Rename huge to large.Jason Evans2016-06-061-8/+8
* Remove invalid tests.Jason Evans2016-02-271-9/+1
* Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans2016-02-261-4/+4
* Make *allocx() size class overflow behavior defined.Jason Evans2016-02-251-1/+83
* Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-241-5/+5
* Fix xallocx() bugs.Jason Evans2015-09-121-1/+1
* Fix huge_ralloc_no_move() to succeed more often.Jason Evans2015-07-251-2/+3
* 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
* Reduce maximum tested alignment.Jason Evans2014-03-301-2/+2
* 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-131-0/+51