summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc/malloc
AgeCommit message (Expand)AuthorFilesLines
2021-02-12A few more flag combo's to testotto1-2/+14
2019-06-12Set malloc_options in global scope with an initializer.bluhm2-10/+8
2019-06-11Disable junking with malloc options. If set, the test hangs on lowbluhm1-2/+5
2019-06-04Move to env var, likelky the possibility to set malloc options fromotto2-19/+8
2019-05-23Throw malloc_conceal and freezero into the mix.otto1-3/+8
2018-11-29This test does not terminate if malloc conf is preconfigured withbluhm1-2/+6
2018-11-29We're manipulating malloc flags ourselves, start with restting them all.otto1-1/+5
2018-11-28This test does not terminate if malloc conf is preconfigured withbluhm1-4/+8
2018-01-28typootto1-2/+2
2018-01-28add malloc_threaderrotto1-1/+2
2018-01-28Test for correct error when on thread allocates, and another does a double freeotto2-0/+71
2017-07-27Fix all clang warnings in libc regress and cleanup some make files.bluhm2-2/+4
2017-07-08Run malloc0test with all possible malloc options.bluhm1-1/+7
2017-01-24fix make clean and warningsotto2-1/+3
2017-01-24make sure realloc preserves dataotto1-17/+45
2017-01-24use ${.OBJDIR}otto1-8/+8
2017-01-23hook malloc_general to the testsotto1-2/+2
2017-01-23test malloc/realloc/free with some flag combo'sotto2-0/+122
2008-04-13Use arc4random_buf() when requesting more than a single word of outputdjm1-2/+2
2006-05-16Don't forget to return 0 on success, doh.otto2-2/+4
2006-04-18Hook new ulimit test casesotto1-2/+2
2006-04-18near ulimit test case 2otto2-0/+46
2006-04-18Near ulimit test case 1otto2-0/+48
2004-08-04Unbreak malloc0test for use with mmap malloc which allocates objectsotto1-20/+7
2004-02-11EOL at endderaadt1-2/+2
2003-12-25Test a large negative malloc value as well.miod1-1/+2
2003-08-15remove extra \n in {warn,err}{,x} callsderaadt1-3/+3
2003-07-31various cleanups; david says results are samederaadt2-5/+5
2003-07-15move malloc0test.c to new subdir.otto3-4/+11
2003-07-15Test if malloc() sets errno correctly if it returns NULL.otto2-0/+50
2002-02-18tags cleanup.art2-2/+2
2002-01-04A bug in the malloc test uncoveres a bug in longjmp on alpha.art1-2/+2
2002-01-01trivial conversions to bsd.regress.mkart1-10/+2
2001-12-29Add options for slient operation and for specifying a count of roundsart1-4/+35
2001-12-22add headerderaadt1-0/+3
2001-12-05malloc(n) regression testderaadt2-0/+112