Comments
1 comment
-
The way it works is that the memory profiler lists all objects which are a handle to unmanaged memory. These objects don't take up much memory (so don't look for big changes) but as a developer they lead you to ask the question- am I using too much unmanaged memory- can I do without some of these objects?
Add comment
Please sign in to leave a comment.
In the Summary page in the unmanaged memory it's showing Ole32 growing a considerable amount(32 mb). In the instance list it isn't showing any considerable changes in the memory. Is there any way for me to view what is actually using up this memory?
-Devon