cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Memory usage tool
Memory usage tool
Jan 16, 2008 at 6:11pm UTC
redmosquito
(1)
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
Jan 24, 2008 at 3:04pm UTC
muzhogg
(51)
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
Jan 24, 2008 at 3:06pm UTC
Topic archived. No new replies allowed.