|
|
|
|
|
by 0x5345414e
1349 days ago
|
|
It brings predictability because know you won’t run out of memory. If everything is statically allocated, the total amount of memory the application will use is known at compile time. Very important for memory restricted systems. |
|