Glossary:Memory leak: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    30 September 2024

    • curprev 16:2716:27, 30 September 2024Philip talk contribs 433 bytes +433 Created page with "Sophisticated software such as a browser performs much of its work using small chunks of memory for temporary storage, borrowed from a pool. Sometimes, due to a bug, it may fail to return it to the pool when it's finished with it. This is known as a memory leak, and can result in the memory pool becoming depleted to the extent that the software can no longer operate. The only solution is to close and relaunch it."