A memory leak is when a program obtains some memory from the system for a
purpose, does what it is supposed to do and then instead of releasing that
memory back to the system keeps all or part of it. Each time that purpose is
performed again system memory is lost or leaked. The key is not how much is
used but that the usage keeps climbing. With modern compilers for generating
programs the problem has mostly gone away, in addition with the large memory
spaces available it takes a lot longer for a small leak to bring down a
system.
What symptoms are you having that leads you to think one of your programs
has a memory leak?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.