Memory Management Question: Download OS Memory Management PDF

What is partitioned allocation?

Tweet Share WhatsApp

Answer:

Partitioned allocation divides primary memory into multiple memory partitions, usually contiguous areas of memory. Each partition might contain all the information for a specific job or task. Memory management consists of allocating a partition to a job when it starts and unallocating it when the job ends.

Download OS Memory Management PDF Read All 8 OS Memory Management Questions
Previous QuestionNext Question
What is single contiguous allocation?What is paged memory management?