Post #1957619
2026-05-03 20:31 UTC
@luc0x61 having used heap allocation in C on an embedded device, I can prove that your claim is wrong.
Replies (1)
-
@luc0x61@mastodon.gamedev.place 2026-05-03 20:36
@thejpster Well, then maybe you hadn't to follow MISRA standard or certifying with ISO26262/IEC61508 functional safety standards. All of them don't go very well with any dynamic allocation. The referred paper says they've chosen a single library which makes use of dynamic allocation, they could have made a different choice.