Penguin
Annotated edit history of FirstFit version 2, including all changes. View license author blame.
Rev Author # Line
2 PerryLorier 1 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.
1 PerryLorier 2
3 Compare BestFit
4
5
6 Category: AllocationAlgorithm