Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Getting rid of memory leaks using Nalimov's code

Author: Marcus Heidkamp

Date: 07:39:29 06/05/01

Go up one level in this thread


On June 05, 2001 at 08:41:07, Wayne Lowrance wrote:

>What are nenirt leaks
>Thax
>Wayne

Unless I did a serious mistype: I mean memory leaks. This happens whenever you
allocate memory in your program without explicitly freeing it after usage. The
memory menagement functions think this memory is still needed, so they will not
be allocated for other memory requests. Usually you should free all memory that
is no longer needed, so your program can allocate more dynamically.

Marcus



This page took 0.01 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.