Date: Sat, 16 Sep 1995 02:28:19 -0700 From: Poul-Henning Kamp <phk> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib Makefile.inc malloc.3 malloc.c free.3 realloc.3 Message-ID: <199509160928.CAA09720@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 95/09/16 02:28:15 Modified: lib/libc/stdlib Makefile.inc malloc.3 malloc.c Removed: lib/libc/stdlib free.3 realloc.3 Log: ``phkmalloc'' Performance is comparable to gnumalloc if you have sufficient RAM, and it screams around it if you don't. Compiled with "EXTRA_SANITY" until further notice. see malloc.3 for more details.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509160928.CAA09720>