Custom memory allocation in C# Part 12 — Hiding objects from GC
This is the twelfth part of the Custom memory allocation series. For your convenience you can find other parts in the table of contents in Part 1 — Allocating object on a stack We already know how to allocate memory anywhere on the heap but if you think that it solves all problems with GC … Continue reading Custom memory allocation in C# Part 12 — Hiding objects from GC