Xref: utzoo comp.lang.c++:13336 gnu.g++.help:759 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!dali.cs.montana.edu!mintaka!ai-lab!life!tmb From: tmb@ai.mit.edu (Thomas M. Breuel) Newsgroups: comp.lang.c++,gnu.g++.help Subject: debugging malloc for GNU C++ Message-ID: Date: 9 May 91 07:50:48 GMT Sender: news@ai.mit.edu Organization: MIT Artificial Intelligence Lab Lines: 12 I'm looking for a "debugging malloc" for GNU C++, i.e., something that will detect data that is freed multiple times, array bounds that have been violated, etc. If you have gotten one of the C debugging malloc libraries to work with GNU C++, or have something specifically for C++ or GNU C++, I'd like to hear from you. If response warrants it, I'll summarize to the net. Thanks, Thomas. tmb@ai.mit.edu