Dynamic memory allocators for real-time embedded systems need to fulfill three fundamental requirements: bounded worst-case execution time, fast average execution time, and minimal fragmentation.
The lightweight allocator demonstrates 53% faster execution times and requires 23% lower memory usage, while needing only 530 lines of code. Embedded systems such as Internet of Things (IoT) devices ...