How To Install Leak-analyze On Debian, Ubuntu, Kali And Raspbian?

How To Install Leak-analyze On Debian, Ubuntu, Kali And Raspbian?

leak-analyze

Simple and efficient memory-leak tracer for C++ programs

Maintainer: Yann Dirson


Section: devel

Install leak-analyze

  • Debian apt-get install leaktracer Click to copy
  • Ubuntu apt-get install leaktracer Click to copy
  • Kali Linux apt-get install leaktracer Click to copy
  • Raspbian apt-get install leaktracer Click to copy

leaktracer

Simple and efficient memory-leak tracer for C++ programs

LeakTracer traces calls to new and delete, and reports inconsistencies in the C++-level memory-management. It has limitations (eg. when you override the new and delete operators yourself), but is very easy to use (eg. compared to more complete tools like mpatrol), traces the C++ level (unlike most other tools), and gives pretty good results. It uses gdb to display source-file information.

Install the latest version of leak-analyze in Debian, Ubuntu, Kali and Raspbian from terminal. To install the leak-analyze just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of leak-analyze from the respository and install it in your computer/server.