dynostatic-buffer

Implementation of dynamic memory allocation in a predefined static buffer.

dynostatic-buffer provides malloc/calloc/realloc/free-style allocation backed by a fixed, statically declared buffer, which makes it suitable for embedded targets where heap allocation is unavailable or undesirable.

Indices and tables