aboutsummaryrefslogtreecommitdiff
path: root/test/integration/rallocx.c
AgeCommit message (Expand)Author
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-02-26Remove invalid tests.Jason Evans
2016-02-25Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans
2016-02-25Make *allocx() size class overflow behavior defined.Jason Evans
2016-02-24Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans
2015-09-11Fix xallocx() bugs.Jason Evans
2015-07-24Fix huge_ralloc_no_move() to succeed more often.Jason Evans
2014-05-28Fixup after 3a730df (Avoid pointer arithmetic on void*[...])Mike Hommey
2014-05-27Avoid pointer arithmetic on void* in test/integration/rallocx.cMike Hommey
2014-03-30Reduce maximum tested alignment.Jason Evans
2013-12-16Add rallocx() test of both alignment and zeroing.Jason Evans
2013-12-15Add zero/align tests for rallocx().Jason Evans
2013-12-12Implement the *allocx() API.Jason Evans