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