Memory usage tool

Hi!

Can anybody suggest me a tool that shows the way c++ programs allocate memory?

A sort of debugger that shows me, line by line, how the allocation of memory works...
...in order to understand memory usage,pointers,references and so on...

:)

Thank you!

RedMosquito
For a list of applications which monitor memory usage, try;

http://en.wikipedia.org/wiki/Memory_debugger

For memory monitoring code which you can include directly in your own programs, try Memwatch;

http://www.linkdata.se/sourcecode.html

Have fun!
Last edited on
Topic archived. No new replies allowed.