How should I manage memory in my mission critical embedded application?
I found some articles with google, but couldn\'t pinpoint a really useful practical guide.
There's no way to be 100% sure.
You may look at FreeRTOS' memory allocators examples. Those use static pool, if i'm not mistaken.