dmemcheck
Project home
If you were registered and logged in, you could join this project.
Description
dmemcheck is a GPL utility for Linux/x86 to help find memory leaks in long-running server processes. It works by allowing memory leaks to be found during specific periods of time during the execution of the program, rather than the entire lifetime of the program. For each memory leak, a full stack trace is provided, and a graphical utility written in Java helps to sort and display the leaks in a useful manner.