Overview
Explore memory management techniques in C++ with this comprehensive conference talk from NDC TechTown 2023. Dive into Polymorphic Memory Resource (PMR), available since C++17, and learn how it simplifies memory management for various purposes such as reducing heap allocation costs, improving reference locality, and minimizing heap fragmentation. Discover tools and techniques for analyzing program memory usage, implement PMR with standard library types, and create custom PMR-compatible types. Gain valuable advice on enhancing program memory usage while avoiding common pitfalls. This talk equips C++ developers with essential knowledge to optimize memory management in their applications.
Syllabus
Most Malleable Memory Management Method - Björn Fahller - NDC TechTown 2023
Taught by
NDC Conferences