Memory Leak

  • Thread starter Tony Penaherrera
  • Start date
T

Tony Penaherrera

What does it mean? Is such thing memory leaks? If there is, what cause
memory to leak? Someone asked the other day and I wasn't able to provide him
with the answer.

Any comment would be great appreciated

Tony
 
T

Thorsten Matzner

Tony Penaherrera said:
What does it mean? Is such thing memory leaks? If there is, what cause
memory to leak?

A memory leak is caused by applications that do not release all memory
they occupied while running when they exit. The memory then can no
longer be used by other applications or Windows itself. Note: this
only affects the RAM, not the disk space.
This was a common problem in Windows 3.x for which OS several tools
existed that were able to free up such dead memory and make it
available again.
It happens with newer applications also in rare cases as you can see
when you scan for "memory" and "leak" in the Microsoft Knowledge Base
(http://support.microsoft.com/search).
 
R

Richard Urban

A memory leak is caused by an improperly coded program that keeps consuming
more and more memory without releasing it. When all available memory has
been consumed, the system will crash.

--
Regards,

Richard Urban

aka Crusty (-: Old B@stard :)

If you knew as much as you think you know,
You would realize that you don't know what you thought you knew!
 

Ask a Question

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.

Ask a Question

Similar Threads

Memory Leaks? 8
Error Message on Closing 1
Memory leak during backup 17
Memory Leak 2
Memory Leak Error Message 3
how to interpret poolmon output, 'Proc' tag. 21
Error upon closing Outlook 1
Error on Closing 1

Top