Tagged Questions
4
votes
5answers
425 views
On the use and abuse of alloca
I am working on a soft-realtime event processing system. I would like to minimise as many calls in my code that have non-deterministic timing. I need to construct a message that consists of strings, ...