summaryrefslogtreecommitdiffstats
path: root/test/integration/mallocx.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-3/+3
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-6/+6
* Update brace style.Jason Evans2017-01-211-24/+18
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-4/+0
* Reduce memory requirements for regression tests.Jason Evans2016-10-281-19/+25
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-281-2/+2
* Rename huge to large.Jason Evans2016-06-061-12/+12
* Disable junk filling for tests that could otherwise easily OOM.Jason Evans2016-05-111-0/+4
* Update mallocx() OOM test to deal with smaller hugemax.Jason Evans2016-05-031-10/+19
* Add (size_t) casts to MALLOCX_ALIGN().Jason Evans2016-03-111-13/+10
* 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-0/+30
* Make mallocx() OOM test more robust.Jason Evans2015-09-241-3/+14
* Add mallocx() OOM tests.Jason Evans2015-09-171-0/+70
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-241-5/+6
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-161-21/+24
* Reduce maximum tested alignment.Jason Evans2014-03-301-2/+1
* Fix/remove flawed alignment-related overflow tests.Jason Evans2014-01-291-21/+0
* Extract profiling code from [re]allocation functions.Jason Evans2014-01-121-30/+0
* Implement the *allocx() API.Jason Evans2013-12-131-0/+149