summaryrefslogtreecommitdiff
path: root/test/malloc/malloc.c
AgeCommit message (Collapse)Author
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2006-03-17Fix 'realloc' and revert previous changes to tests. malloc tests all pass ↵"Steven J. Hill"
regardless of the setting of MALLOC_GLIBC_COMPAT.
2006-03-17Fix tests to work if MALLOC_GLIBC_COMPAT is enabled."Steven J. Hill"
2005-07-02exit according to how many tests failedMike Frysinger
2005-06-29need to include string.h for some mem funcsMike Frysinger
2002-08-14Move all malloc tests under test/malloc/Eric Andersen
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-05-25Random quick-and-dirty evil malloc checker.David Schleef