realbasic-nug
[Top] [All Lists]

Re: Memory leak or Absorption

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Memory leak or Absorption
From: Eric Richards <erockus at earthlink dot net>
Date: Fri, 30 Nov 2007 08:51:53 -0600
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <47501A55 dot 4070007 at earthlink dot net> <9242B9C4-BDC7-46A3-8451-90CCBB0995B0 at kimballlarsen dot com>
>Well, the basic gist of it is that your program allocates memory,  
>uses that memory, and then when done with it, does not free it up to  
>be re-used by the operating system.  Thus, from the OS point of view,  
>your program is consuming more and more and more memory without  
>freeing it back up.  This is why it is called a memory leak - because  
>it is from the point of view of the OS.
>
>  
>
Ahh I see, from the OS pov.

I guess from the app's pov its absorption.

Well good to know.

Thanks.

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>