cpp_weekly
cpp_weekly copied to clipboard
Custom allocators for embedded usage of std library
C++ weekly
Is this a "C++Weekly"
Topics
How to use (arena?) allocator in embedded world to reduce fragmentation. E.g. in order to use std::vector, JSON libraries in a dedicated memory area without fragmenting the rest of the program.
Length
Probably more long to cover embedded allocators, how to pass them to std library objects.