From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 09:45: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 1A5D816A4CE for ; Thu, 29 Jul 2004 09:45:13 +0000 (GMT) Received: from av5-1-sn4.m-sp.skanova.net (av5-1-sn4.m-sp.skanova.net [81.228.10.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id D2B9E43D48 for ; Thu, 29 Jul 2004 09:45:12 +0000 (GMT) (envelope-from daniel_k_eriksson@telia.com) Received: by av5-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 8D41C37F72; Thu, 29 Jul 2004 11:45:09 +0200 (CEST) Received: from smtp2-2-sn4.m-sp.skanova.net (smtp2-2-sn4.m-sp.skanova.net [81.228.10.182]) by av5-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7EADB37E45; Thu, 29 Jul 2004 11:45:09 +0200 (CEST) Received: from gadget (h130n1fls11o822.telia.com [213.64.66.130]) by smtp2-2-sn4.m-sp.skanova.net (Postfix) with ESMTP id 5E61637E4A; Thu, 29 Jul 2004 11:45:09 +0200 (CEST) From: "Daniel Eriksson" To: "'Danny Braniss'" Date: Thu, 29 Jul 2004 11:43:00 +0200 Organization: Home Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <20040729093527.GD92949@eddie.nitro.dk> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal 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:45:13 -0000 Simon L. Nielsen wrote: > malloc in -CURRENT has some debug flags enabled by default (can't > remember which). See malloc(3) on how to disable the debug flags. The A and J flags are enabled by default (afaik). To disable them, do this: ln -s aj /etc/malloc.conf /Daniel Eriksson