Date: Wed, 1 Apr 1998 13:25:34 -0500 (EST) From: Alex Boisvert <alex@gel.usherb.ca> To: "Justin T. Gibbs" <gibbs@plutotech.com> Cc: hackers@FreeBSD.ORG Subject: Re: Debugging new/delete for C++ Message-ID: <Pine.BSF.3.95q.980401131853.668A-100000@teel.info-noire.com> In-Reply-To: <199803312124.OAA21011@pluto.plutotech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95q.980401131853.668A-100000>