Comments on: Custom memory allocation in C# Part 13 — In-place serialization https://blog.adamfurmanek.pl/2019/09/14/custom-memory-allocation-in-c-part-13/ IT, operating systems, maths, and more. Sun, 15 Sep 2019 20:36:24 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Custom memory allocation in C# Part 1 — Allocating object on a stack – Random IT Utensils https://blog.adamfurmanek.pl/2019/09/14/custom-memory-allocation-in-c-part-13/#comment-709 Sun, 15 Sep 2019 20:36:24 +0000 https://blog.adamfurmanek.pl/?p=3102#comment-709 […] 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 — Inlining method by hand Part 6 — Memory errors Part 7 — Stack allocation once again Part 8 — Unsafe list in .NET Core x64 Part 9 – Hijacking new in x64 Part 10 – Hijacking new in .NET Core Part 11 — Benchmarking UnsafeList Part 12 — Hiding objects from GC Part 13 — In-place serialization […]

]]>