GC generation 3 appearing in windbg
Posted
by
Johnv2020
on Stack Overflow
See other posts from Stack Overflow
or by Johnv2020
Published on 2011-11-30T17:48:13Z
Indexed on
2011/11/30
17:50 UTC
Read the original article
Hit count: 170
I've a dump file of a process I'm running (trying to find a memory leak)
One thing I've noticed is that when I dump the bigger objects via !do windbg tells me that they are GC generation 3 ??
All of these are byte arrays so when I look at all the byte arrays in the dump I can see GC generations 0, 1, 2 & 3.
Could someone explain whats going on here as I thought there was only 3 generations of GC.
© Stack Overflow or respective owner