Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!tut.cis.ohio-state.edu!pt.cs.cmu.edu!andrew.cmu.edu!dg3s+ From: dg3s+@andrew.cmu.edu (David Gentzel) Newsgroups: comp.lang.c Subject: Request - malloc/free wrappers to aid debugging Message-ID: Date: 20 Jan 90 05:28:18 GMT Organization: Carnegie Mellon, Pittsburgh, PA Lines: 10 I vaugely recall reading a message (or messages) on this list some time ago about a set of wrapper functions/macros for malloc/free to aid debugging. They (if my memory serves) kept track of malloced/freed memory and allowed you to detect such common snafus as multiple frees and memory leaks. If anyone knows of such a package, please let me know. It would be a valuable addition to my debugging war chest. Dave Gentzel dg3s@andrew.cmu.edu