Do people sometimes use 3rd party memory allocators when developing C code on (say) STM32 boards?
In C we have lib functions malloc and free and the basic implementations we use can be replaced with others but how often is that done and what problems are people addressing when they do this?
In C we have lib functions malloc and free and the basic implementations we use can be replaced with others but how often is that done and what problems are people addressing when they do this?