[A83] Re: Free memory problem...


[Prev][Next][Index][Thread]

[A83] Re: Free memory problem...




That is called a _memory leak_.  Memory leaks happen if you:
Don't free allocated ram
Write to forbidden ram
2nd+Off
Don't properly exit to the shell

lots of other ways to cause memory leaks...

>From: Tom <caffeine43@netzero.net>
>Reply-To: assembly-83@lists.ticalc.org
>To: assembly-83@lists.ticalc.org
>Subject: [A83] Free memory problem...
>Date: Mon, 04 Jun 2001 06:54:56 -0400
>
>
>How come every time I run my assembly program the amount of free RAM
>goes down by like 2k (about the size of my program)? Thanks in
>advance.
>-Tom
>caffeine43@netzero.net on 06/04/2001
>
>
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com




Follow-Ups: