Y
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
Yokohiii
196 days ago
Pointers escape to the heap by default.
link