211
Placement Algorithm
nUsed to decide which free block to allocate to a process
nGoal: to reduce usage of compaction (time consuming)
nPossible algorithms:
uBest-fit: choose smallest hole
uFirst-fit: choose first hole from beginning
uNext-fit: choose first hole from last placement