- Jan 12, 2004
- 11,078
- 11
- 81
Originally posted by: Kai920
How do you tell you have the memory leak in the first place?
If the memory an application uses is not returned to the OS when it exits, I believe it's a leak. If there's a memory leak, this hack won't fix it.
Originally posted by: n0cmonkey
Originally posted by: Kai920
How do you tell you have the memory leak in the first place?
If the memory an application uses is not returned to the OS when it exits, I believe it's a leak. If there's a memory leak, this hack won't fix it.![]()
but it still sure helps..
Originally posted by: znaps
It is a leak, and this isn't a fix - it's somewhat of a temporary workaround.
Originally posted by: sciencewhiz
Originally posted by: znaps
It is a leak, and this isn't a fix - it's somewhat of a temporary workaround.
What makes it a leak?
Originally posted by: znaps
Originally posted by: sciencewhiz
Originally posted by: znaps
It is a leak, and this isn't a fix - it's somewhat of a temporary workaround.
What makes it a leak?
Memory usage goes up with length of time the app is running, and doesn't come down again. That's what a memory leak is.
Memory usage goes up with length of time the app is running, and doesn't come down again. That's what a memory leak is.
Originally posted by: znaps
From Wikipedia:
"Memory leaks are often thought of as failures to release unused memory by a computer program. <b>Strictly speaking, it is just unnecessary memory consumption.</b>"