Posts
Sort by recent activity
Why do value types show up in the memory profiler?
Hi,
I am wondering why some of my value types (structs) are showing up in the ANTS memory profiler?
I was under the impression that the memory profiler only shows objects that are garbage collected...
Tracking which objects get garbage collected a lot
Hi,
I just downloaded your profiler (evaluation), and I've been playing with it a bit.
Currently our biggest goal is to (next to) eliminate all object allocation in our C# code (use pools for every...