This is the magic implementation of dynamic array. Based on dalloc allocator, that solves memory fragmentation problem. So you can use it in your embedded project and not to be afraid of program crash by reason of memory fragmentation.
avr embedded memory vector stm32 container memory-management memory-allocation memory-leak freescale dynamic-array embedded-c custom-allocator memory-fragmentation uvector
-
Updated
Mar 28, 2026 - C++