Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

leak

You are here: irt.org | FOLDOC | leak

<programming> With a qualifier, one of a class of resource-management bugs that occur when resources are not freed properly after operations on them are finished, so they effectively disappear (leak out). This leads to eventual exhaustion as new allocation requests come in.

One might refer to, say, a "window handle leak" in a window system.

See memory leak, fd leak.

[Jargon File]

(1995-04-18)

Nearby terms: Leaf Distribution Limited « leaf site « League for Programming Freedom « leak » leaky heap » Lean » LEAP

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb