Memory allocation | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 5

Memory allocation

What is static memory allocation?

4th Apr 2020, 9:16 AM
ekhlas Mohamed Abdallah Mohamed
ekhlas Mohamed Abdallah Mohamed - avatar
1 Antwort
+ 3
Static memory allocation is an allocation technique which allocates a fixed amount of memory during compile time and the operating system internally uses a data structure known as Stack to manage this.
4th Apr 2020, 9:19 AM
Arsenic
Arsenic - avatar