LOH (Large Object Heap) is used by objects larger then 85K. Conceptually, it is identical to any other GC’d object except for two items:
-
Immediately put into the Gen2
-
It’s not compacted (i.e. copied to a new location).

NYC, Politics, and Tech
LOH (Large Object Heap) is used by objects larger then 85K. Conceptually, it is identical to any other GC’d object except for two items:
Immediately put into the Gen2
It’s not compacted (i.e. copied to a new location).