From owner-cvs-all Mon Apr 15 2:29:28 2002 Delivered-To: cvs-all@freebsd.org Received: from mail.chesapeake.net (chesapeake.net [205.130.220.14]) by hub.freebsd.org (Postfix) with ESMTP id 7610037B419; Mon, 15 Apr 2002 02:29:21 -0700 (PDT) Received: from localhost (jroberson@localhost) by mail.chesapeake.net (8.11.6/8.11.6) with ESMTP id g3F9TKO55197; Mon, 15 Apr 2002 05:29:20 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Mon, 15 Apr 2002 05:29:20 -0400 (EDT) From: Jeff Roberson Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/kern kern_malloc.c In-Reply-To: <200204150524.g3F5O1a99963@freefall.freebsd.org> Message-ID: <20020415052808.T62285-100000@mail.chesapeake.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 14 Apr 2002, Jeff Roberson wrote: > > The intent of this code is to gather statistics for tuning the malloc bucket > sizes. It is not intended to be run with INVARIANTS and it is not entirely > mp safe. It can be enabled via 'options MALLOC_PROFILE' which was commited > earlier. Sorry, this is misleading. You can run MALLOC_PROFILE & INVARIANTS without problems. What I was trying to say is that MALLOC_PROFILE is not run as a result of INVARIANTS, nor should it be. It's a temporary profiling aid. Thanks, Jeff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message