LeakTracer is a tiny leak tracer for C++ programs. It uses gdb to show you the lines of code that have memory leaks, together with leak count and size. It does not trace malloc etc., but only operator new/delete.
| Tags | Software Development |
|---|---|
| Licenses | Public Domain |
| Implementation | C++ |
Recent releases


Changes: This version is a rewrite. It no longer requires relinking your program and instead loads with LD_PRELOAD. gdb 5 compatibility was added, as well as additional consistency checking and more.


Changes: Improved compatibility with non-glibc/non-Linux systems and other minor changes since 1.0. See homepage for details.


Changes: This is the initial public release.
A library to develop with dynamic artificial neural networks, AI, and genetic algorithms.