Does anyone know of any tools/techniques for hunting down memory leaks in C#?
I have a relatively large mobile app now using about 5mb of RAM at runtime and I seem to only be disposing of 3-4mb of that RAM and can't find out where the rest is escaping.
Suggestions welcome![]()


LinkBack URL
About LinkBacks

Reply With Quote