From owner-cvs-all Sat Sep 11 9:41:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 107081500E; Sat, 11 Sep 1999 09:41:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA90467; Sat, 11 Sep 1999 09:41:39 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199909111641.JAA90467@freefall.freebsd.org> From: Bruce Evans Date: Sat, 11 Sep 1999 09:41:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/sys malloc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/09/11 09:41:39 PDT Modified files: sys/kern kern_malloc.c sys/sys malloc.h Log: Get rid of MALLOC_INSTANTIATE and MALLOC_MAKE_TYPE(). Just handle the 3 malloc types declared in like other global malloc types. Revision Changes Path 1.59 +5 -2 src/sys/kern/kern_malloc.c 1.44 +4 -12 src/sys/sys/malloc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message