I am currently reviewing memory partitions and I have a problem that is really confusing me. Suppose you have 5 memory partitions: 100K, 500K, 200K, 300K, and 600K.
Also suppose you have 4 processes that need to be allocated memory. (212K, 417K, 112K, and 426K)
Using the First Fit algorithm and processing the allocations in the order above I see that 426K does not fit into any of the leftover partitions. Assuming it is last.
What happens in this case?
|100K|500K----------------------|200K----|300K-------|600K-------------------------------------|