FreeRTOS has several approaches to manage heap memory https://www.freertos.org/a00111.html
I've found in
Code: Select all
freertos/portable.h
Code: Select all
#define pvPortMalloc malloc
Code: Select all
freertos/portable.h
Code: Select all
#define pvPortMalloc malloc
Users browsing this forum: ulaoulao and 93 guests