Subscribe to Blog via Email
-
Recent Posts
Follow me on Twitter
My Tweets
Tag Archives: malloc
Dynamic Memory and REXIS
According to some coding guidelines such as MISRA, it is “common wisdom” that embedded firmware should not use dynamic memory, e.g. malloc/free, as it introduces non-deterministic behaviors. Many firmware engineers have taken this to heart. So is it surprising that … Continue reading →
Posted in new product
|
Tagged dynamic memory allocation, embedded systems, malloc, REXIS, RTOS
|
Leave a comment