• Placement Algorithms
• Assign each process to the smallest partition within
which it will fit.
• minimise memory wasted — reduce internal
fragmentation.
• The single queue for all block is preferred as spaces
may be wasted if having each queue for each block
(same problem as the equal-size partitioning)