Encyclopedia > Memory leak

  Article Content

Memory leak

Memory leaks are a consequence of a common error when programming, especially when programming in langauages that have no garbage collection.

The error occurs when a program/the programmer fails to release allocated memory to the system handling physical memory, which is often an operating system, resulting in an ever growing amount of memory being used.

This is a usual problem of C and C++, so many tools exist to help detect these problems in C.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Shoreham, New York

... 45 to 64, and 12.5% who are 65 years of age or older. The median age is 44 years. For every 100 females there are 99.5 males. For every 100 females age 18 and over, ...

 
 
 
This page was created in 37.5 ms