Clarification on Dynamic Memory Allocation Usage and Extension in MCUboot #2457
-
While working with I’d like to understand:
Any insights or references would be greatly appreciated to help ensure proper integration and alignment with MCUboot’s design principles. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
malloc in that file is used for split image mode which is used by mynewt only, if you use that then it is expected your OS or build system provides though functions and you can use a define to change it to another function e.g. as is in |
Beta Was this translation helpful? Give feedback.
malloc in that file is used for split image mode which is used by mynewt only, if you use that then it is expected your OS or build system provides though functions and you can use a define to change it to another function e.g. as is in
boot/zephyr/include/os/os_malloc.h