Most Malleable Memory Management Method in C++
Offered By: cpponsea via YouTube
Course Description
Overview
Explore advanced memory management techniques in C++ with this conference talk from C++ on Sea 2023. Delve 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 and avoid common pitfalls while optimizing your program's memory usage. Presented by Björn Fahller, a senior developer at Net Insight and creator of popular open-source C++ libraries, this talk offers practical insights for C++ developers seeking to enhance their memory management skills.
Syllabus
Most Malleable Memory Management Method in C++ - Björn Fahller - C++ on Sea 2023
Taught by
cpponsea
Related Courses
Heterogeneous Parallel ProgrammingUniversity of Illinois at Urbana-Champaign via Coursera Advanced Operating Systems
Georgia Institute of Technology via Udacity 計算機程式設計 (Computer Programming)
National Taiwan University via Coursera Introduction to Operating Systems
Georgia Institute of Technology via Udacity Android Performance
Google via Udacity