Memory leak
Sunday, July 29th, 2007 There is special term- memory leak. What it is? Looks similar to brain leak, or that old joke from old zombie movie: brains brains…!
In real world, the bug in memory management is described as memory leak. Every program use some memory (RAM, Video RAM, virtual RAM) to store some data. In modern operating system, program […]