What memory allocation issue occurs when there is sufficient total free memory space across the system, but it is split into tiny non-contiguous blocks that cannot accommodate a new request?
Explanation:
External fragmentation leaves memory broken into tiny segments scattered between active processes, preventing continuous allocations for larger tasks.
No comments yet. Be the first to start the discussion!