मुख्य कंटेंट तक स्किप करें

3 docs tagged with "Operating System"

सारे टैग देखें

Best Fit Memory Allocation Strategy

Best Fit is a memory allocation strategy that selects the smallest available block of memory that is large enough to satisfy the allocation request.

First Fit Memory Allocation Strategy

First Fit is a memory allocation strategy that selects the first available block of memory that is large enough to satisfy the allocation request.

Worst Fit Memory Allocation Strategy

Worst Fit is a memory allocation strategy that selects the largest available block of memory that is large enough to satisfy the allocation request.