From owner-freebsd-hackers Wed Apr 1 10:20:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA19712 for freebsd-hackers-outgoing; Wed, 1 Apr 1998 10:20:01 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from teel.info-noire.com (XP11-1-2-03.interlinx.qc.ca [207.253.79.43]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA19672 for ; Wed, 1 Apr 1998 10:19:47 -0800 (PST) (envelope-from alex@gel.usherb.ca) Received: from localhost (alex@localhost) by teel.info-noire.com (8.8.8/8.8.8) with SMTP id NAA01328; Wed, 1 Apr 1998 13:25:35 -0500 (EST) (envelope-from alex@teel.info-noire.com) Date: Wed, 1 Apr 1998 13:25:34 -0500 (EST) From: Alex Boisvert Reply-To: boia01@gel.usherb.ca To: "Justin T. Gibbs" cc: hackers@FreeBSD.ORG Subject: Re: Debugging new/delete for C++ In-Reply-To: <199803312124.OAA21011@pluto.plutotech.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 31 Mar 1998, Justin T. Gibbs wrote: > Anyone know of a debugging allocator package for C++ programs. > Essentially all I want is to dump out a list of all unfreed objects > at program termination listing the file and line number where they > were allocated, the size, and perhaps an allocation number. If you don't need thread support, look at http://reality.sgi.com/boehm/gc.html Works for C/C++ and was ported to FreeBSD by Jeffrey Hsu. Don't know if it's in the ports collection though... Alex. --- FreeBSD: Decouvrez la puissance de votre PC! www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message