From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 09:59:13 2004 Return-Path: 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 77DE216A4CE; Thu, 29 Jul 2004 09:59:13 +0000 (GMT) Received: from cs1.cs.huji.ac.il (cs1.cs.huji.ac.il [132.65.16.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34E7B43D1F; Thu, 29 Jul 2004 09:59:13 +0000 (GMT) (envelope-from danny@cs.huji.ac.il) Received: from pampa.cs.huji.ac.il ([132.65.80.32]) by cs1.cs.huji.ac.il with esmtp id 1Bq7gq-000HoN-3Z; Thu, 29 Jul 2004 12:59:08 +0300 X-Mailer: exmh version 2.7.0 06/18/2004 with nmh-1.0.4 To: "Simon L. Nielsen" In-reply-to: Your message of Thu, 29 Jul 2004 11:35:28 +0200 . Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Jul 2004 12:59:08 +0300 From: Danny Braniss Message-Id: <20040729095913.34E7B43D1F@mx1.FreeBSD.org> cc: freebsd current Subject: Re: malloc in the slow lane X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 29 Jul 2004 09:59:13 -0000 > malloc in -CURRENT has some debug flags enabled by default (can't > remember which). See malloc(3) on how to disable the debug flags. after some more coffee: setenv MALLOC_OPTIONS j did the trick thanks, danny