|
|
|
|
|
by usefulcat
3514 days ago
|
|
Not using the heap != everything is allocated on the stack. In situations where you want to avoid dynamic allocation, memory for most things that would otherwise have been dynamically allocated ends up being statically allocated at compile time. |
|