How do I browse application heap?

  • Thread starter Thread starter Tommy Vercetti
  • Start date Start date
T

Tommy Vercetti

How do I browse the raw heap of my C++/MFC application?

I am having memory issues that surface after ~8 hours of high
performance executing and aren't found through basic leak checking
tools. I would like to simply browse the application memory with a hex
editor and see what kind of data seems to be there.

Is there any way to do this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top