From owner-cvs-all Mon Apr 15 6:57:36 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 65C8837B41D; Mon, 15 Apr 2002 06:56:58 -0700 (PDT) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.6) with SMTP id g3FDujb63154; Mon, 15 Apr 2002 09:56:45 -0400 (EDT) (envelope-from arr@FreeBSD.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Mon, 15 Apr 2002 09:56:44 -0400 (EDT) From: "Andrew R. Reiter" X-Sender: arr@fledge.watson.org To: Jeff Roberson Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c In-Reply-To: <20020415052808.T62285-100000@mail.chesapeake.net> Message-ID: 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 Mon, 15 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. : Is this worth adding to UPDATING? Cheers, Andrew -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message