Hacker News new | ask | show | jobs
by potato-peeler 196 days ago
If the variable was defined in the calling function itself, and a pointer was passed, I guess the variable will still be in the heap?
1 comments

Pointers escape to the heap by default.