controlflow / resharper-heapview

ReSharper Heap Allocations Viewer plugin
MIT License
303 stars 28 forks source link

GC APIs inspection #106

Open controlflow opened 1 year ago

controlflow commented 1 year ago

We can introduce the "Manual GC manipulation considered harmful" warning to allow identification of all the GC APIs usages that can trigger the full blocking GC.

For example, GC.GetTotalMemory(true) forces the full GC.