haritha-mohan / MemLeak

command line tool that detects memory leaks via the presence of strongly connected components in an application's heap
https://www.nuget.org/packages/MemLeak
1 stars 0 forks source link

MemLeak

A x-plat command line tool that generates a simple visual representation of strongly connected components- which could be an indication of a potential memory leak. Especially helpful when application is walking the bridge between managed and unmanaged memory.

How to use MemLeak

sample command: analyze -dump="20230729_134428_16855.gcdump"

From a functional perspective