Re: Memory Leaks?
From: Tim Slattery (Slattery_T_at_bls.gov)
Date: 02/28/05
- Next message: Tom: "Re: Installing new motherboard - What constitutes a "Computer""
- Previous message: Dan: "Re: CA vs. Symantec vs. Microsoft"
- In reply to: Tony Penaherrera: "Memory Leaks?"
- Next in thread: Ken Gardner: "Re: Memory Leaks?"
- Reply: Ken Gardner: "Re: Memory Leaks?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 28 Feb 2005 12:24:01 -0500
"Tony Penaherrera" <gismodfw@advantexmail.net> wrote:
>What is memory leak? Does it ever leak? What cause memory to leak? Someone
>had asked me yesterday and I wasn't able to give him a clear answer.
It's a programming mistake. Programs constantly obtain memory from the
operating system. Generally, when they finish with it they are
supposed to return it. If a program asks for memory but doesn't return
it when it finishes with it, the memory has "leaked". If this keeps
up, eventually the program will ask for memory and be told that there
isn't any.
-- Tim Slattery MS MVP(DTS) Slattery_T@bls.gov
- Next message: Tom: "Re: Installing new motherboard - What constitutes a "Computer""
- Previous message: Dan: "Re: CA vs. Symantec vs. Microsoft"
- In reply to: Tony Penaherrera: "Memory Leaks?"
- Next in thread: Ken Gardner: "Re: Memory Leaks?"
- Reply: Ken Gardner: "Re: Memory Leaks?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|