Custom memory allocation in C# Part 5 — Inlining method by hand
This is the fifth 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 In this post we will see how to allocate object on a caller’s stack. We already saw how to allocate object on … Continue reading Custom memory allocation in C# Part 5 — Inlining method by hand