Memory debugger |
A memory debugger is a programming tool for finding memory leaks and buffer overflows. These are symptoms for design mistakes or programming errors. If you want a well commented example about memory access error detection, you can read about the purify program.
=Examples=
This is a list of tools useful for memory debugging, but you can also use a Profiler (computer science) for that.
=See also=
=References=
*Michael C. Daconta: C++ Pointers and Dynamic Memory Management, John Wiley & Sons, ISBN 0-471-04998-0 *Andrew Koenig: C Traps and Pitfalls, Addison-Wesley, ISBN 0-201-17928-8
=External links=
*Article [http://www.edm2.com/0508/membug.html Hunting Memory Bugs] by Ivan Skytte Jørgensen|
|