Mälulõigu
Mälulõigu, often translated as memory segment, is a concept used in computer science, particularly in operating systems and memory management. It refers to a contiguous block of computer memory that is allocated for a specific purpose. These segments are not necessarily physical blocks of memory but rather logical divisions that the operating system manages.
The purpose of memory segmentation is to provide a structured way of organizing and accessing memory. Each
In early operating systems and some modern architectures, segmentation was a primary method of memory management.