SkyEng1neering / dallocLinks
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 fragmentation is the problem.
☆18Updated 3 years ago
Alternatives and similar repositories for dalloc
Users that are interested in dalloc are comparing it to the libraries listed below
Sorting:
- Tiny, zero-allocation JSON serializer written in ANSI C☆41Updated 2 months ago
- A lightweight tiny printf alternative. With some reasonable limitations, extensions, and alternative behaviour suited to microcontroller…☆37Updated 3 months ago
- It is an alternative implementation of the printf family suitable for embedded systems.☆18Updated 4 years ago
- Modern C++ for Embedded Systems☆14Updated 3 years ago
- Micro 6x7px half glyph based font for mcu/embedded project. 39 bytes min size☆23Updated 3 years ago
- Lightweight printf-compatible format processing library☆32Updated 8 months ago
- Intrusive data structures and asynchronous IO library☆20Updated 5 years ago
- Port of Amber ARM Core project to Marsohod2 platform☆13Updated 5 years ago
- Terminal server for MCU☆16Updated 3 years ago
- A lean C++ string format library (mainly) for embedded platforms☆20Updated 6 years ago
- High performance video graphic library for embedded systems☆37Updated 5 years ago
- A quite simple debugger for Linux☆9Updated 16 years ago
- A single header string library for microcontrollers - printf, json, etc☆32Updated 5 months ago
- Minimally design scripting language for use on systems with limited resources.☆55Updated 7 years ago
- Tiny, fast(ish), self-contained and fully loaded printf, sprinf etc. implementation, mainly for embedded systems.☆20Updated 3 months ago
- Smaller standard C libraries for embedded platforms. Based on https://keithp.com/cgit/newlib.git☆13Updated 6 years ago
- Compression using LZS-style algorithm, derived from LZ77-style