MemProf0.5.1

  • Submit New Release
  • Edit MemProf Information
  • Submit a New Software

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.

  • Downloads
    9391
  • License
    GPL

Downloads / Release History


September
01
2002
MemProf 0.5.1

Comments

1 Comment
Anonymous
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!

Replying to:
Cancel

Last articles