summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable junking with malloc options. If set, the test hangs on lowbluhm2019-06-111-2/+5
| | | | | memory arm64 machines. found by patrick@; OK otto@
* 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-311-2/+2
|
* Test if malloc() sets errno correctly if it returns NULL.otto2003-07-151-0/+45
ok tdeval@ henning@