0% found this document useful (0 votes)
26 views

Allocation Strategy: First Smallest Largest

Memory allocation strategies determine how memory is allocated to processes. First-fit allocates memory to the first hole big enough, best-fit allocates to the smallest sufficient hole, and worst-fit allocates to the largest hole.

Uploaded by

MuhammadMahmoud
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Allocation Strategy: First Smallest Largest

Memory allocation strategies determine how memory is allocated to processes. First-fit allocates memory to the first hole big enough, best-fit allocates to the smallest sufficient hole, and worst-fit allocates to the largest hole.

Uploaded by

MuhammadMahmoud
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Memory Management Concepts

Allocation strategy
Ex.
First-fit first hole big enough
Best-fit smallest hole big enough
Worst-fit largest hole

You might also like