Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> a bunch of implementation magic that exists to hide the fact that those supposedly stack-allocated containers are in fact allocating heap objects behind your back

The heap is but one source for allocator-backed memory. I've used pieces of stack for this, too. One could also use an entirely staticly sized and allocated array.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: