Can anyone explain to me the difference between managed heap and GC heap? Since I noticed that sometimes the total managed heap size < (Gen 0 + Gen 1 + Gen 2 + LOH) in Process explorer + VMMap.
In my mind the total managed heap should be equal GC heap(Gen0-2+LOH),why in the .NET Performance tab of Process explorer, the total GC heap size is larger than the managed heap size in VMMap?