Skip to main content

One doc tagged with "First Fit"

View all tags

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.