Writing a .NET Garbage Collector in C# - Part 4
Explains how to traverse the .NET managed heap to implement the mark phase of a custom garbage collector written in C#.
Explains how to traverse the .NET managed heap to implement the mark phase of a custom garbage collector written in C#.
A technical guide on using Microsoft's ClrMD library to inspect and analyze the .NET managed heap, including memory structures and debugging techniques.
Explains how the .NET Garbage Collector works and provides techniques to reduce memory allocations for faster applications.