Content deleted Content added
Ron Ritzman (talk | contribs) Wikipedia:Articles for deletion/Coalescing (computer science) closed as merge to Memory management |
Ron Ritzman (talk | contribs) AFD closed so removing rescue tag |
||
Line 1:
{{afd-mergeto|Memory management|Coalescing (computer science)|04 December 2011}}
{{Orphan|date=February 2009}}
In [[computer science]], '''coalescing''' is the act of merging two adjacent free blocks of memory. When an application frees memory, gaps can fall in the [[memory segment]] that the application uses. Among other techniques, coalescing is used to reduce [[Fragmentation (computer)|external fragmentation]], but is not totally effective. Coalescing can be done as soon as blocks are freed, or it can be deferred until some time later (known as deferred coalescing), or it might not be done at all.
|