From owner-freebsd-commit Sat Sep 16 02:28:36 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA09754 for freebsd-commit-outgoing; Sat, 16 Sep 1995 02:28:36 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA09740 for cvs-all-outgoing; Sat, 16 Sep 1995 02:28:30 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA09730 for cvs-lib-outgoing; Sat, 16 Sep 1995 02:28:27 -0700 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA09720 ; Sat, 16 Sep 1995 02:28:19 -0700 Date: Sat, 16 Sep 1995 02:28:19 -0700 From: Poul-Henning Kamp Message-Id: <199509160928.CAA09720@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/stdlib Makefile.inc malloc.3 malloc.c free.3 realloc.3 Sender: owner-commit@FreeBSD.org Precedence: bulk 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.