Hacker News new | ask | show | jobs
by 1718627440 77 days ago
> 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.

1 comments