Memory allocation | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 5

Memory allocation

What is static memory allocation?

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