9 years ago.

heap implementation - mbed OS

Hello,

I am trying to find out if there is any implementation of heap (such as heap_4.c found in free rtos) on mbed platforms for NUCLEO 401RE/411 RE. It would be nice to know if such an implementation exists.

Regards YK

1 Answer

8 years, 12 months ago.

I believe that the current mbed RTOS/RTX just uses the standard C malloc()/free() routines for managing heap allocations. Even the RTOS uses these API to dynamically allocate the stacks for some threads.

-Adam

Accepted Answer