From owner-cvs-all Wed Sep 18 1:26:32 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F8F837B401; Wed, 18 Sep 2002 01:26:31 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11B5443E72; Wed, 18 Sep 2002 01:26:31 -0700 (PDT) (envelope-from jeff@FreeBSD.org) Received: from freefall.freebsd.org (jeff@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8I8QUCo077425; Wed, 18 Sep 2002 01:26:30 -0700 (PDT) (envelope-from jeff@freefall.freebsd.org) Received: (from jeff@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8I8QUXO077424; Wed, 18 Sep 2002 01:26:30 -0700 (PDT) Message-Id: <200209180826.g8I8QUXO077424@freefall.freebsd.org> From: Jeff Roberson Date: Wed, 18 Sep 2002 01:26:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_malloc.c src/sys/vm uma.h uma_core.c uma_dbg.c uma_int.h vm_page.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jeff 2002/09/18 01:26:30 PDT Modified files: sys/kern kern_malloc.c sys/vm uma.h uma_core.c uma_dbg.c uma_int.h vm_page.h Log: - Split UMA_ZFLAG_OFFPAGE into UMA_ZFLAG_OFFPAGE and UMA_ZFLAG_HASH. - Remove all instances of the mallochash. - Stash the slab pointer in the vm page's object pointer when allocating from the kmem_obj. - Use the overloaded object pointer to find slabs for malloced memory. Revision Changes Path 1.112 +9 -33 src/sys/kern/kern_malloc.c 1.11 +11 -6 src/sys/vm/uma.h 1.36 +49 -78 src/sys/vm/uma_core.c 1.7 +5 -4 src/sys/vm/uma_dbg.c 1.11 +35 -4 src/sys/vm/uma_int.h 1.111 +1 -0 src/sys/vm/vm_page.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message