If you do embedded work, you often want to be in total control of all memory allocations. So it is good to know that the compiler will not produce some invisible
heap allocations and there is a useful subset of the standard libray that does not use them either.
No comments yet.