summaryrefslogtreecommitdiffstats
path: root/test/malloc/malloc.c
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Fix 'realloc' and revert previous changes to tests. malloc tests all pass ↵"Steven J. Hill"2006-03-171-4/+0
| | | | regardless of the setting of MALLOC_GLIBC_COMPAT.
* Fix tests to work if MALLOC_GLIBC_COMPAT is enabled."Steven J. Hill"2006-03-171-0/+4
|
* exit according to how many tests failedMike Frysinger2005-07-021-20/+30
|
* need to include string.h for some mem funcsMike Frysinger2005-06-291-0/+1
|
* Move all malloc tests under test/malloc/Eric Andersen2002-08-141-0/+1
|
* Add test for proper realloc() behavior.David Schleef2001-07-131-1/+27
|
* Random quick-and-dirty evil malloc checker.David Schleef2001-05-251-0/+43