Want to develop in C++ on lightweight microcontrollers? This is what you need.
A simple C++ implementation for a linked list of memory fragments, a queue and a pool.
It's header-only, just copy the header files in your project.
Open folder and use ctrl + shift + b
or ctrl + shift + p
-> Tasks: Run Test Task
.
[ ! -d build/ ] && mkdir build/
cd build/
cmake ..
cmake --build . --parallel
ctest -V --stop-on-failure