Memory allocation | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 5

Memory allocation

What is static memory allocation?

4th Apr 2020, 9:16 AM
ekhlas Mohamed Abdallah Mohamed
ekhlas Mohamed Abdallah Mohamed - avatar
1 Réponse
+ 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