软件包: leaktracer (2.4-6build1)
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.
其他与 leaktracer 有关的软件包
|
|
|
-
- dep: gdb
- GNU Debugger
-
- dep: libc6 (>= 2.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libstdc++6 (>= 4.1.1)
- GNU Standard C++ Library v3
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language