Re: Potential Memory Leaks

2002-04-12 Thread Mike Lambert
Hope no one minds me essentially reposting this email. :) > Am I correct in assuming that the stacks stuff leaks memory? Both stacks.c > and rxstacks.c allocate memory via mem_allocate_aligned, but never free > it, relying on the GC for it (code written before the GC existed). There was a frame

Re: Potential Memory Leaks

2002-03-30 Thread Dan Sugalski
At 4:43 AM -0500 3/26/02, Michel J Lambert wrote: >Am I correct in assuming that the stacks stuff leaks memory? Both stacks.c >and rxstacks.c allocate memory via mem_allocate_aligned, but never free >it, relying on the GC for it (code written before the GC existed). > >Should these stacks be chang

Potential Memory Leaks

2002-03-26 Thread Michel J Lambert
Hey, After going through and hopefully learning the GC system yesterday, today I went through looking for problems in the code that uses it (or doesn't use it, as the case may be). Below are what I believe to be potential problems in Parrot's memory use. I may very well be mistaken on many of the