Paketname | leaktracer |
Beschreibung | Simple and efficient memory-leak tracer for C++ programs |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.4-5 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 112 Byte |
Hängt ab von | gdb, libc6 (>= 2.3.2.ds1-21), libgcc1 (>= 1:4.0.0-9), libstdc++6 (>= 4.0.1), perl |
Empfohlene Pakete | |
Paketbetreuer | Yann Dirson |
Quelle | |
Paketgröße | 22100 Byte |
Prüfsumme MD5 | 3d31dc8c15073f14a2b73ae6d8d2e7c2 |
Prüfsumme SHA1 | 67e08533f17d44b3b9d4ce158eb3d8364b7cbe99 |
Prüfsumme SHA256 | 98cb5f60acfc753bbcc5a971a2cb325e6c2c5307127374ba72fe518d1599339e |
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.
|