From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 16:49:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47CAA16A4CE for ; Fri, 20 Feb 2004 16:49:51 -0800 (PST) Received: from mx1.mail.uk.clara.net (mx1.mail.uk.clara.net [195.8.69.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E89143D1D for ; Fri, 20 Feb 2004 16:49:51 -0800 (PST) (envelope-from david@carter-hitchin.clara.co.uk) Received: from du-041-0238.access.clara.net ([217.158.117.238] helo=stoat.clara.net) by mx1.mail.uk.clara.net with esmtp (Exim 4.24) id 1AuLKb-000EPw-Mv for freebsd-questions@freebsd.org; Sat, 21 Feb 2004 00:49:36 +0000 Received: from stoat.clara.net (localhost [127.0.0.1]) by stoat.clara.net (8.12.8p2/8.12.8) with ESMTP id i1L0mmXN001194 for ; Sat, 21 Feb 2004 00:48:48 GMT (envelope-from david@carter-hitchin.clara.co.uk) Received: from localhost (david@localhost)i1L0mmiO001191 for ; Sat, 21 Feb 2004 00:48:48 GMT (envelope-from david@carter-hitchin.clara.co.uk) X-Authentication-Warning: stoat.clara.net: david owned process doing -bs Date: Sat, 21 Feb 2004 00:48:47 +0000 (GMT) From: David Carter-Hitchin X-X-Sender: david@stoat.clara.net To: freebsd-questions@freebsd.org Message-ID: <20040221004102.M268@stoat.clara.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-RCPT: freebsd-questions X-Envelope-To: freebsd-questions@freebsd.org X-Clara-Scan: content scanned according to recipient preferences Subject: C++ Memory Profiling/Debugging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2004 00:49:51 -0000 Hi, Does anyone out there know a good C++ memory profiling/debugging tool for FBSD? I'm looking for a tool like valgrind or purify. I grepped around in the ports directory and I found "ElectricFence" and "mprof" but these seem to be for C only (as they refer exclusively to malloc & free). "bohem-gc" sounds like the kind of package I'm after - but I thought I ask in case anyone has better ideas... ? Please cc me on any replies - I had to drop out of this list sometime ago as the sheer volume was killing my mailbox... Thanks, David