cpp_weekly icon indicating copy to clipboard operation
cpp_weekly copied to clipboard

Custom allocators for embedded usage of std library

Open PBrunot opened this issue 9 months ago • 0 comments

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.

PBrunot avatar May 26 '24 11:05 PBrunot