Toggle navigation
Collections
Fun
Jokes
Fortune
Photo
Nicknames
Blog
ﻮﺑﻻگ
Iran
Core Leak N. Syn. Memory Leak.
Home
›
Fortune Cookies
›
Jargon File
core leak n.
Syn. memory leak.
Related:
leaky heap n. [Cambridge] An arena with a memory leak.
memory leak n. An error in a program's dynamic-store allocation logic that causes it to fail to reclaim discarded memory, leading to eventual collapse due to memory exhaustion.
Also (esp. at CMU) called core leak. These problems were severe on older machines with small, fixed-size address spaces, and special "leak detection" tools were commonly written to root them out....
leaky heap: [Cambridge] n. An {arena} with a {memory leak}. -- The AI Hackers Dictionary
memory leak: n. An error in a program's dynamic-store allocation logic that causes it to fail to reclaim discarded memory, leading to eventual collapse due to memory exhaustion.
Also (esp. at CMU) called {core leak}. These problems were severe on older machines with small, fixed-size address spaces, and special "leak detection" tools were commonly written to root them out....
memory smash n. [XEROX PARC] Writing through a pointer that doesn't point to what you think it does.
This occasionally reduces your machine to a rubble of bits....
fd leak /F-D leek/ n. A kind of programming bug analogous to a core leak
in which a program fails to close file descriptors (`fd's) after file operations are completed, and thus eventually runs out of them....
fd leak: /F-D leek/ n. A kind of programming bug analogous to a {core leak}
in which a program fails to close file descriptors (`fd's) after file operations are completed, and thus eventually runs out of them....
leak n. With qualifier, one of a class of resource-management bugs that occur when resources are not freed properly after operations on them are finished
o they effectively disappear (leak out). This leads to eventual exhaustion as new allocation requests come in....
leak: n. With qualifier, one of a class of resource-management bugs that occur when resources are not freed properly after operations on them are finished
o they effectively disappear (leak out). This leads to eventual exhaustion as new allocation requests come in....