NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
Fix warnings and style(9) issues.Set WARNS to 6.MFC after: 1 week
Start the dreaded NOFOO -> NO_FOO conversion.OK'ed by: core
For variables that are only checked with defined(), don't provideany fake value.
Remove broken attempt to compile libc's malloc source directly; thisallows this tool to compile again. Albeit, now to test a new mallocimplementation one has to install the new libc which may have
Remove broken attempt to compile libc's malloc source directly; thisallows this tool to compile again. Albeit, now to test a new mallocimplementation one has to install the new libc which may have badconsequences (i.e. if the new malloc implementation were buggy).Add logic to workaround malloc's current behaviour of returning aninvalid non-NULL pointer for 0 byte allocation requests; this prevents thetool from coring during the NOPS loop.Add $FreeBSD$ tags.
Update this to match my version.
malloc.c A program to benchmark and test malloc.