[OT] Freeing Memory with of C extensions under Solaris

2001-02-07 Thread Bill Moseley
Hi, Sorry for the OT, and I'm sure this is common knowledge. I'm using some C extensions in my mod_perl application. IIRC, memory used by perl is never given back to the system. Does this apply also to malloc() and free()ed memory in my C extension? Or is that OS dependent? Can Apache ever

Re: [OT] Freeing Memory with of C extensions under Solaris

2001-02-07 Thread G.W. Haywood
Hi Bill, On Wed, 7 Feb 2001, Bill Moseley wrote: I'm using some C extensions in my mod_perl application. IIRC, memory used by perl is never given back to the system. Does this apply also to malloc() and free()ed memory in my C extension? Or is that OS dependent? It's not clear from your