pw_malloc_freertos#
pw_malloc_freertos
implements the pw_malloc
facade using the FreeRTOS
heap functions.
It implements an Allocator using the
pvPortMalloc
andvPortFree
heap functions from FreeRTOS.It implements a pw_malloc backend using its
Allocator
.The
pw::malloc::InitSystemAllocator
method is trivally empty as FreeRTOS defines its own heap variable storage.