nuttx icon indicating copy to clipboard operation
nuttx copied to clipboard

libs/libc: add obstack

Open Cynerd opened this issue 3 years ago • 0 comments

Summary

Implementation of GlibC's Obstacks (https://www.gnu.org/software/libc/manual/html_node/Obstacks.html) tweaked to be less memory-consuming (although it is way less efficient for a lot of small allocations).

Testing

Tested with a custom application, as well as outside NuttX (except for printf part, of course).

Cynerd avatar Sep 27 '22 08:09 Cynerd