Question
are new, delete thread safe in FreeRTOS?
I have a dubt:
I'm using c++, touchgfx and FreeRTOS:
new and delete operators are thread safe ?


What they mean "Be warned that (at the time of writing) the current newlib design implements a system-wide malloc() that must be provided with locks" ?
They provided locks on malloc ?
