summaryrefslogtreecommitdiffstats
path: root/tools/test/malloc
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Remove broken attempt to compile libc's malloc source directly; thiskbyanc2002-01-022-3/+12
| | | | | | | | | | | | allows this tool to compile again. Albeit, now to test a new malloc implementation one has to install the new libc which may have bad consequences (i.e. if the new malloc implementation were buggy). Add logic to workaround malloc's current behaviour of returning an invalid non-NULL pointer for 0 byte allocation requests; this prevents the tool from coring during the NOPS loop. Add $FreeBSD$ tags.
* Update this to match my version.phk1996-10-262-24/+21
|
* malloc.c A program to benchmark and test malloc.phk1995-10-152-0/+66
OpenPOWER on IntegriCloud