Computer Science, asked by dhakadrohit9507, 11 months ago

External fragmentation in dynamic memory allocation

Answers

Answered by keerthhi
1

Answer:

Hey guys ......

External fragmentation is the breaking up of free memory into small chunks via partitioning, which can mean a request for a larger partition later may fail due to lack of contiguous memory, even though enough total memory is available.

Similar questions