The Large Object Heap (LOH) is a special type of managed heap for the automatic memory management in .NET Framework.
The Large Object Heap (LOH) is intended for storing large objects. The large objects is an object, which size is 85000 bytes or more. These features are most significant, when working with large objects and LOH:
- Large objects are always considered part of generation 2.
- Large objects are never compacted.