GC generation 3 appearing in windbg
- by Johnv2020
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.