Is there a tool that allows me to profile the memory usage for my Windows Mobile Application.
My app has a section of code that is right up against the limit of the total memory. I have tried to setup my code so that the references to large objects go out of scope before new references are needed.
But I need a way to see if it is working.
So... any one know a way to do this (on Windows Mobile 5).