Solutionunvalidated
the answer to your question is no, just no — Dynamic memory allocation from the system heap of any kind whether by `new` or `malloc()` is unsafe in an interrupt. Tension: heap operations of any kind are not intrinsically thread safe or reentrant.
e4fd3621-fbcb-4db7-8100-599e5f504c75
the answer to your question is no, just no — Dynamic memory allocation from the system heap of any kind whether by new or malloc() is unsafe in an interrupt. Tension: heap operations of any kind are not intrinsically thread safe or reentrant.