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

Re: How to track down mem leaks?





On Fri, 11 Aug 2000, Andreas Scherbaum wrote:

> > Any idea where I can find out what's causing this?
> 
> Its mostly the perl interpreter.
> Because every script is running in the same namespace, the perl core
> cannot clean up some of the used memory unless it will be restarted
> (never).

Doesn't /unloadall free all the mem?

	if (my_perl != NULL)
	{
		perl_destruct (my_perl);
		perl_free (my_perl);
		my_perl = NULL;
	}

-- 
Peter. <zed@linuxpower.org>

-
XChat-discuss: mailing list for XChat users
Archive:       http://mail.nl.linux.org/lists/
Posted By:     Peter <zed@linuxpower.org>