leakbug is a small, simple library intended to show where memory leaks are occuring within a program. It does not report leaks due to incorrect use of another library - all reported leaks are leaks found within the program itself.
| Tags | Software Development Debuggers Libraries Operating System Kernels Linux |
|---|---|
| Licenses | LGPL |
| Operating Systems | POSIX Linux |
| Implementation | C |
Recent releases


Changes: Added support for outputting to a log file through the LB_LOGFILE environment variable, and restructured some of the internals to be more consistent.


Changes: Fixes for segfaults as a result of registering memory of 0 bytes or registering NULL pointers, and the leakbug-config script displays the appropriate library information.


Changes: Autoconf 2.50 support has been added.


Changes: Initial public release.