A variation is segregated fits.
- Free Blocks on a given list have a minium size, but are not required to have the same size.
- Blocks on one list have at least the minimum size for that list, but not the minimum size for the next list.
We can still take the first block on the appropriate list, but now we split off the unused part and insert it back on the appropriate list of the split size.