pw_malloc_freertos#

pw_malloc_freertos implements the pw_malloc facade using the FreeRTOS heap functions.

  • It implements an Allocator using the pvPortMalloc and vPortFree 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.