memóriaallokáció
Memóriaallokáció, often referred to as memory allocation, is the process of reserving a portion of computer memory for a specific program or data structure. When a program needs to store information, it requests memory from the operating system. This request can be for a fixed amount of memory or for a variable amount that might change during the program's execution.
There are two primary types of memory allocation: static and dynamic. Static allocation occurs before the program
The operating system manages the available memory and keeps track of which parts are in use and