This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Inspect memory usage by variable/object

Hello,

I am suspecting an inefficient memory usage in my application. I would like to understand where the memory is allocated/used in my application. Is it possible to use AR forge products to backtrack memory usage to individual variables/objects in my C++ code base. 

  • There are a couple ways to do this in our tools. In the debugger DDT you can use the 'Tools | Overall Memory Stats' dialog or 'Tools | Current Memory Usage Dialog'.   Also, in our source code profiler MAP you can use memory profiling to get insights on this.  If you are interested in a demo of how to do this, please contact me at Beau.Paisley@arm.com and I would be glad to provide that.