On Wed, Nov 27, 2002 at 10:36:04PM +0000, Mark Fowler wrote:
[reference counting] 
> Could you, or anyone else, give me a pointer to where this kind of thing
> is documented?

L<perlguts/Reference Counts and Mortality>, plus, if you're writing
some XS and think that you're leaking something, you can always try
Devel::LeakTrace (if the something is SVs) or valgrind (if the
something is regular malloced blocks). 

-- 
Richard Clamp <[EMAIL PROTECTED]>

Reply via email to