Ingmarco Moscato
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created How reproduce DotMemory's Force GC button's behaviour on code with c#?
When I'm profiling my application with DotMemory I can see that the normal GC.Collect() I added in my code doesn't free memory like the DotMemory Force GC button. I want to reproduce exactly what h...