MemProf is a tool for profiling memory usage and finding memory leaks. It can generate a profile showing how much memory has been allocated by each function in a program, and it can scan a program's memory and find blocks that were allocated but are no longer referenced. MemProf does not require you to recompile your programs. Unlike some similar tools, it has has a graphical frontend and is relatively easy to use.
| Tags | Software Development |
|---|---|
| Licenses | GPL |
Recent releases


Release Notes: The program has been made functional again. A rewritten profile module with better handling of recursion is implemented. Several features from other branches were integrated, including two new views. Many bugs were fixed.


Release Notes: libmemintercept.so was reworked and now works better with C++ and threads. The "Starter malloc size exceeded" bug was fixed. Data structures in the main program were changed to use considerably less memory.


No changes have been submitted for this release.
An Eclipse plugin which provides a Vim-like input scheme for text editors.