#Embedded systems Question

4 messages · Page 1 of 1 (latest)

feral lion
#

Hey, I was wondering why exactly Im not meant to use dynamic memory in this?

Say I turned on all (and i mean all) compiler warning and + valgrind gave no errors
would my program be okay in embedded enviroment?

true jackalBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

wise zealot
#

The issue with the heap in embedded systems is that you often only have a very limited amount and accessing it is rather slow sometimes.