Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
memory leak
Jump to user comments
programming 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 running out of
memory. Also (especially 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.