Paketname | leaktracer |
Beschreibung | Simple and efficient memory-leak tracer for C++ programs |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.4-5 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | gdb, libc6 (>= 2.3.4-1), libgcc1 (>= 1:4.0.1), libstdc++6 (>= 4.0.1), perl |
Empfohlene Pakete | |
Paketbetreuer | Yann Dirson |
Quelle | |
Paketgröße | 21864 Byte |
Prüfsumme MD5 | 9c784ba6c6bfb1bed7c7aa1e7d63987c |
Prüfsumme SHA1 | bf4867a79c91b9bd2479791d174786b643dd2773 |
Prüfsumme SHA256 | 87df314949d487436ce13167f2258acc2ccea65690c28b31dcb583a305848937 |
Link zum Herunterladen | leaktracer_2.4-5_i386.deb |
Ausführliche Beschreibung | 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.
|