summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc (follow)
Commit message (Expand)AuthorAgeFilesLines
* We're not interested in the core dump, so prevent it. Also catchotto2023-09-271-3/+17
* More thorough write-afetr-free checks.otto2023-06-041-6/+21
* Make malloc tests that set flags more robust against the user alsootto2023-05-092-15/+19
* Enable malloc_errs testotto2023-05-081-2/+2
* Add a regress test to test various malloc API and heap mismanagementotto2023-05-082-0/+291
* Remove double slash in path to test program.anton2022-03-301-9/+9
* Increase the max size of allocations, in prep for a large cache implementation.otto2022-01-091-3/+3
* A few more flag combo's to testotto2021-02-121-2/+14
* Set malloc_options in global scope with an initializer.bluhm2019-06-122-10/+8
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-042-19/+8
* Throw malloc_conceal and freezero into the mix.otto2019-05-231-3/+8
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-291-2/+6
* We're manipulating malloc flags ourselves, start with restting them all.otto2018-11-291-1/+5
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-281-4/+8
* typootto2018-01-281-2/+2
* add malloc_threaderrotto2018-01-281-1/+2
* Test for correct error when on thread allocates, and another does a double freeotto2018-01-282-0/+71
* Fix all clang warnings in libc regress and cleanup some make files.bluhm2017-07-272-2/+4
* Run malloc0test with all possible malloc options.bluhm2017-07-081-1/+7
* fix make clean and warningsotto2017-01-242-1/+3
* make sure realloc preserves dataotto2017-01-241-17/+45
* use ${.OBJDIR}otto2017-01-241-8/+8
* hook malloc_general to the testsotto2017-01-231-2/+2
* test malloc/realloc/free with some flag combo'sotto2017-01-232-0/+122
* Use arc4random_buf() when requesting more than a single word of outputdjm2008-04-131-2/+2
* Don't forget to return 0 on success, doh.otto2006-05-162-2/+4
* Hook new ulimit test casesotto2006-04-181-2/+2
* near ulimit test case 2otto2006-04-182-0/+46
* Near ulimit test case 1otto2006-04-182-0/+48
* Unbreak malloc0test for use with mmap malloc which allocates objectsotto2004-08-041-20/+7
* EOL at endderaadt2004-02-111-2/+2
* Test a large negative malloc value as well.miod2003-12-251-1/+2
* remove extra \n in {warn,err}{,x} callsderaadt2003-08-151-3/+3
* various cleanups; david says results are samederaadt2003-07-312-5/+5
* move malloc0test.c to new subdir.otto2003-07-153-4/+11
* Test if malloc() sets errno correctly if it returns NULL.otto2003-07-152-0/+50
* tags cleanup.art2002-02-182-2/+2
* A bug in the malloc test uncoveres a bug in longjmp on alpha.art2002-01-041-2/+2
* trivial conversions to bsd.regress.mkart2002-01-011-10/+2
* Add options for slient operation and for specifying a count of roundsart2001-12-291-4/+35
* add headerderaadt2001-12-221-0/+3
* malloc(n) regression testderaadt2001-12-052-0/+112