I am trying to track down a memory leak. I have loaded the DMP file, and can see the objects that are leaked, but the number of instances that are leaked is nowhere near the number of instances of that class that is actually used. Is it possible for me to see the memory stored in the instance to potentially help me narrow down which use of these classes is causing my leak?
Add comment
Please sign in to leave a comment.