Allocators Allocators Allocators
Slides…
- Creating Allocator-Aware Types (C++ Weekly)
- std::allocator Is to Allocation what std::vector Is to Vexation (Andrei Alexandrescu, 2015)
- Custom Allocator Tutorial (Code Blacksmith)
- How to Write a Custom Allocator (Bob Steagall, 2017)
- Frictionless Allocators (Alisdair Meredith, 2021)
- Efficient Object Pool (Code Blacksmith)
- Local ('Arena') Memory Allocators [1/2] (John Lakos, 2017)
- Local ('Arena') Memory Allocators [2/2] (John Lakos, 2017)
- Value Proposition: Allocator-Aware (AA) Software (John Lakos, 2019)
std::allocator
(Andrei Alexandrescu, 2015)- An Allocator is a Handle to a Heap (Arthur O'Dwyer, 2018)
Comments…