logoalt Hacker News

1718627440today at 5:48 AM1 replyview on HN

> This means that the number of actively-deferred statements is unbounded, which implies heap allocation.

In C you can allocate dynamically on the stack using alloca or a VLA.


Replies