summaryrefslogtreecommitdiffstats
path: root/test/integration/rallocx.c
Commit message (Expand)AuthorAgeFilesLines
* 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