2 results found Sort:

66
306
mit
19
Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions
Created 2019-04-20
353 commits to develop branch, last one 2 months ago
Small Box optimization: store small item on stack and fallback to heap for large item.
Created 2017-05-28
101 commits to master branch, last one about a month ago