Penguin

FirstFit is finding the first available space that will fit the data, and using that. First fit is fast to allocate, and doesn't suffer from the pathalogical problems that BestFit and WorstFit suffer from.

Compare BestFit

Category: AllocationAlgorithm