From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22853 invoked by alias); 20 Sep 2002 23:36:59 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 22846 invoked from network); 20 Sep 2002 23:36:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 20 Sep 2002 23:36:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id g8KNJUi21901 for ; Fri, 20 Sep 2002 19:19:30 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id g8KNauh19014; Fri, 20 Sep 2002 19:36:56 -0400 Received: from romulus.sfbay.redhat.com (IDENT:hFP5ocFAGJqdljJPi0kRykyLOZbleTF5@romulus.sfbay.redhat.com [172.16.27.251]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id g8KNapC22006; Fri, 20 Sep 2002 16:36:52 -0700 Received: (from kev@localhost) by romulus.sfbay.redhat.com (8.11.6/8.11.6) id g8KNXfA27767; Fri, 20 Sep 2002 16:33:41 -0700 Date: Fri, 20 Sep 2002 16:36:00 -0000 From: Kevin Buettner Message-Id: <1020920233340.ZM27766@localhost.localdomain> In-Reply-To: Daniel Jacobowitz "Re: xmmalloc?" (Sep 20, 7:16pm) References: <20020920231602.GA4807@nevyn.them.org> To: Daniel Jacobowitz , David Carlton Subject: Re: xmmalloc? Cc: gdb MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00329.txt.bz2 On Sep 20, 7:16pm, Daniel Jacobowitz wrote: > I get the distinct impression that uses of mmalloc have started to > rot... > > If this is not the case, could someone please summarize the advantages? Yes, I'd like to see this too. > Otherwise, should we just remove it entirely? If no one makes a convincing case for it, I think it should be removed. It'd make the code in utils.c simpler... Kevin