Allocators, Explained Simply
What's a Memory Allocator Anyway? - Benjamin Feng
i wrote my own memory allocator in C to prove a point
Memory Arenas, Explained Simply
CppCon 2015: Andrei Alexandrescu “std::allocator...”
Mistakes and cool things to do with arena allocators
I created a Memory Allocator in C from scratch!
Arena Allocator, Stack Allocator, Free-list Allocator, Pool Allocator Visualized
CppCon 2017: Pablo Halpern “Allocators: The Good Parts”
051. Modern C++ Allocators – Руслан Арутюнян (Intel)
Getting Allocators out of Our Way - Alisdair Meredith & Pablo Halpern - CppCon 2019
GWU OS: Memory Allocation - Slab and Buddy Allocators
One reason to Modify your Memory Allocator (C/C++)
Lukas Larsson - Memory Allocators in the VM, Memory Management: Battle Stories
CppCon2014: Alisdair Meredith "Making Allocators Work, Part I"
Custom Allocator Tutorial - How-To
Making a simple Dynamic Memory Allocator (malloc)