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.
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 ratings0% 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.