15 Dec 20
Describes the memory management options in the FreeRTOS small footprint real time kernel. FreeRTOS is a portable, open source, mini Real Time kernel.
A detailed walk-through on how to write a simple memory allocator in C.
25 Jun 10
That’s the crazy thing about malloc implementations. They all claim to be awesome in every way. So the burning question is: is this better than what I’m using today? I don’t know, but I’d sure like to!