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?
 
Back
Top