summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | recommended by otto@
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
| | | | | memory arm64 machines. found by patrick@; OK otto@
* Move to env var, likelky the possibility to set malloc options fromotto2019-06-042-19/+8
| | | | main is going away.
* 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
| | | | | J. Clear that option to allow running full regress with paranoid malloc flags. This is the same fix as for malloc_ulimit1.
* We're manipulating malloc flags ourselves, start with restting them all.otto2018-11-291-1/+5
| | | | ok bluhm@
* This test does not terminate if malloc conf is preconfigured withbluhm2018-11-281-4/+8
| | | | | | J. Clear that option to allow running full regress with paranoid malloc flags. Also fix whitespace. OK otto@
* 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
| | | | | | | Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
* 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
| | | | in a non-contiguous manner. ok art@
* 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
| | | | ok tdeval@ millert@
* Test if malloc() sets errno correctly if it returns NULL.otto2003-07-152-0/+50
| | | | ok tdeval@ henning@
* 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
| | | | How ironic.
* 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
| | | | instead of running to the limit.
* add headerderaadt2001-12-221-0/+3
|
* malloc(n) regression testderaadt2001-12-052-0/+112