alloc topic

List alloc repositories

lwmem

281
Stars
62
Forks
Watchers

Lightweight dynamic memory manager library for embedded systems with memory constraints. It implements malloc, calloc, realloc and free functions

smallbox

71
Stars
8
Forks
Watchers

Small Box optimization: store small item on stack and fallback to heap for large item.

dalloc

15
Stars
2
Forks
Watchers

This is the custom implementation of function malloc for embedded systems, that defragmentate memory after using it. Good solution when you need to allocate memory dynamically, but memory fragmentatio...