What type of memory allocation problem occurs when free memory blocks are broken down into tiny, disconnected gaps that are too small to serve new process requests?
Explanation:
External fragmentation occurs when total free memory space exists to satisfy a allocation request, but it is split up non-contiguously into tiny pockets.
No comments yet. Be the first to start the discussion!