Custom memory allocation in C# Part 10 — Hijacking new in .NET Core
This is the tenth 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 I had .NET Core 2.1.103 x64 installed and I wanted to hijack new with the code from the last post. Unfortunately, it … Continue reading Custom memory allocation in C# Part 10 — Hijacking new in .NET Core