Memory allocation | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Memory allocation

What is static memory allocation?

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