LeakTracer

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++

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  30 Jan 2001 06:13
  • Rrelease-after

    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.

    • Rrelease-mid
    •  30 Jan 2001 06:13
    • Rrelease-after

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

      • Rrelease-mid
      •  30 Jan 2001 06:13
      • Rrelease-after

        Changes: This is the initial public release.

        No-screenshot

        Project Spotlight

        amavisd-new

        A high-performance interface between MTAs and content checkers.

        B47850b5497cfd5cc997b983047cd8bf_thumb

        Project Spotlight

        dANN

        A library to develop with dynamic artificial neural networks, AI, and genetic algorithms.