First Fit


First Fit fits data into memory by scanning from the beginning of available memory to the end, until the first free space which is at least big enough to accept the data is found.This space is then allocated to the data.Any left over becomes a smaller, separate free space.