Chapter 8: Memory Management - Ali Almahdi's Blog

If a process can’t grow in memory and the swap are in the disk is full, the process will have to wait or be killed. Figure 4-4. Memory management with Bit Maps “Memory is assigned dynamically”: Memory is divided up into allocation units. Corresponding to each allocation unit is a bit in the bit map, which is 0. if the unit is free and . 1 ................
................