umdh.exe -g option

432 views Asked by At

Am using umdh.exe to analyze possible memory leak. I have a question regarding the '-g' option of umdh.exe. I searched the web, and the available documentation says "Logs the heap blocks that are not referenced by the process ("garbage collection")."

Does that mean umdh.exe -g already lists the memory that has leaked (since there are no references to it in the process)?

Please clarify.

Thanks in advance, Kiran

1

There are 1 answers

0
lsalamon On

Does not indicate failure, only indicates that the memory is no longer in use by the process and can now be collected by garbage collection. This information is used to evaluate how the process behaves, and that their values will depend on how the application operates.

See more info about memory at Slides for our All Day PDC 2008 talks on: Performance By Design