Custom memory allocation in C# Part 1 — Allocating object on a stack

This is the first part of the Custom memory allocation series. For your convenience you can find other parts using the links below : Part 1 — Allocating object on a stack Part 2 — List copying objects Part 3 — Hijacking new operator Part 4 — Invoking constructor for uninitialized object Part 5 — … Continue reading Custom memory allocation in C# Part 1 — Allocating object on a stack