Ran perfmon and added counter ".net CLR Memory" and thought I saw a figure discrepancy.
Shouldn't "bytes in all heaps" be gen0+gen1+gen2+LOH?
Ran perfmon and added counter ".net CLR Memory" and thought I saw a figure discrepancy.
Shouldn't "bytes in all heaps" be gen0+gen1+gen2+LOH?
Found the answer on MSDN :)
"Bytes in all Heaps" is just gen1 + gen2 + the LOH.