Rework memory allocation to heap based RAII objects.
Remove the strict static memory allocation scheme in favour of placing objects on the heap at startup. This still keeps the requirements posed for modern, high performance embedded systems, but makes APIs a lot cleaner.
Showing
app/playground/tsan_support.h
0 → 100644
lib/pls/src/internal/base/thread.cpp
deleted
100644 → 0
Please
register
or
sign in
to comment