From owner-freebsd-hackers Tue Mar 31 13:25:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27916 for freebsd-hackers-outgoing; Tue, 31 Mar 1998 13:25:33 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27829 for ; Tue, 31 Mar 1998 13:25:23 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id OAA21011 for ; Tue, 31 Mar 1998 14:24:48 -0700 (MST) Message-Id: <199803312124.OAA21011@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: hackers@FreeBSD.ORG Subject: Debugging new/delete for C++ Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 31 Mar 1998 14:21:22 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. Thanks, Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message