Date: Sun, 22 Jun 1997 10:54:29 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdlib Makefile.inc malloc.3 malloc.c calloc.3 calloc.c Message-ID: <199706221754.KAA18421@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1997/06/22 10:54:29 PDT Modified files: lib/libc/stdlib Makefile.inc malloc.3 malloc.c Removed files: lib/libc/stdlib calloc.3 calloc.c Log: Integrate calloc with the rest of the gang. Various portability and stylistic cleanups. Kill MALLOC_STATS & the 'D' option. Fix the 'V' option. Major overhaul of the man-page. You milage should not vary. Reviewed by: Keith Bostic <bostic@bostic.com> Submitted by: Keith Bostic <bostic@bostic.com> Revision Changes Path 1.9 +4 -4 src/lib/libc/stdlib/Makefile.inc 1.12 +300 -208 src/lib/libc/stdlib/malloc.3 1.26 +91 -148 src/lib/libc/stdlib/malloc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706221754.KAA18421>