in reply to Re: Embedded Perl - Memory leak
in thread Embedded Perl - Memory leak
Yes, Purify does perform a precise instrumentation of the Perl library.
One would assume that with FREETMPS being called at the end of every iteration, the memory used by temporary variables does get freed up.
Any comments?