Re: Memory deallocation

2009-10-19 Thread spam
Steven D'Aprano wrote: On Mon, 19 Oct 2009 00:30:30 -0700, dheeraj wrote: Hi, a program of mine is being terminated by the OS as it uses too much memory. I guess this is due to static memory allocation I've also tried to use "del" but in vain. Is there any other function that performs the abov

Re: Memory deallocation

2009-10-19 Thread Steven D'Aprano
On Mon, 19 Oct 2009 00:30:30 -0700, dheeraj wrote: > Hi, a program of mine is being terminated by the OS as it uses too much > memory. I guess this is due to static memory allocation > > I've also tried to use "del" but in vain. Is there any other function > that performs the above operation and

Memory deallocation

2009-10-19 Thread dheeraj
Hi, a program of mine is being terminated by the OS as it uses too much memory. I guess this is due to static memory allocation I've also tried to use "del" but in vain. Is there any other function that performs the above operation and frees the allocated memory?? Pls reply -- http://mail.python