MemProf0.5.1
Tool for profiling memory usage and finding memory leaks.
Sunday, September 1, 2002
- Development
- Debugers and Optimizers
MemProf is a tool for profiling memory usage and finding memory leaks. It can generate a profile of which functions in your program have allocated memory, and how much was allocated by each function and by the functions it calls. It can also scan memory and find memory blocks that you've allocated but are no longer referenced anywhere.
- linux
- Downloads9391
- LicenseGPL
Downloads / Release History
Comments
1 Comment

Functional and easy to use
Excellent piece of software and exactly what you are looking for if you suspect your app contains a memory leak. The stack call on each memory leak brought me exactly to the offending line, I was even happier when I saw it wasn't in my code!