Content deleted Content added
m Removing link(s): Wikipedia:Miscellany for deletion/Portal:Computer science (Xunlink) |
m Normalize {{Multiple issues}}: Create {{Multiple issues}} with 3 maintenance template(s): Unreferenced, Update, Update |
||
Line 1:
{{Multiple issues|
{{unreferenced|date=December 2013}}
{{Use dmy dates|date=August 2012}}▼
{{Update|date=March 2017}}
{{Update|inaccurate=yes|date=March 2017}}
}}
▲{{Use dmy dates|date=August 2012}}
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.
|