From owner-freebsd-current@FreeBSD.ORG Fri Jan 13 20:10:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1531016A439; Fri, 13 Jan 2006 20:10:06 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03D9943D48; Fri, 13 Jan 2006 20:10:04 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0DKA4nQ065585; Fri, 13 Jan 2006 12:10:04 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0DKA4Vm065584; Fri, 13 Jan 2006 12:10:04 -0800 (PST) (envelope-from sgk) Date: Fri, 13 Jan 2006 12:10:04 -0800 From: Steve Kargl To: Jason Evans Message-ID: <20060113201004.GA56888@troutmask.apl.washington.edu> References: <1A89617A-5F0E-492E-8C21-10A4F679BCD2@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1A89617A-5F0E-492E-8C21-10A4F679BCD2@freebsd.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: HEADSUP: malloc changeover X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2006 20:10:06 -0000 On Fri, Jan 13, 2006 at 10:41:52AM -0800, Jason Evans wrote: > libc's malloc(3) implementation has been replaced. For now, all > debugging, sanity, and statistics gathering options are enabled, > which means that you can expect your programs to run slower and take > up more memory. We can shut these pessimizations off once it looks > like the transition pains are mostly over. > Jason, can you put a note in src/UPDATING about the change and perhaps a URL pointing to your email. -- Steve