What Is External Fragmentation?

October 24, 2023

External fragmentation is a memory issue that occurs when the allocator leaves sections of unused memory blocks between portions of allocated memory. For example, let's say the allocator assigns several memory blocks in a continuous line. If one of the middle blocks is freed because the process that was using it stopped running, the free block becomes fragmented.

An externally fragmented block is still available for use by the allocator, but only if there's a need for memory that fits inside that block. The isolated block is unusable for larger memory needs and cannot be lumped back in with the total free memory.

See also Internal Fragmentation.


Anastazija
Spasojevic
Anastazija is an experienced content writer with knowledge and passion for cloud computing, information technology, and online security. At phoenixNAP, she focuses on answering burning questions about ensuring data robustness and security for all participants in the digital landscape.