This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Memory...growing, and growing
authorMarvin Humphrey <marvin@rectangular.com>
Sat, 13 Jan 2007 12:05:30 +0000 (04:05 -0800)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 14 Jan 2007 10:12:08 +0000 (10:12 +0000)
Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>

Document -DDL_UNLOAD_ALL_AT_EXIT

p4raw-id: //depot/perl@29803

pod/perlhack.pod

index 68dad59..05e8751 100644 (file)
@@ -2915,6 +2915,10 @@ errors within eval or require, seeing C<S_doeval> in the call stack
 is a good sign of these.  Fixing these leaks is non-trivial,
 unfortunately, but they must be fixed eventually.
 
+B<NOTE 4>: L<DynaLoader> will not clean up after itself completely
+unless Perl is built with the Configure option
+C<-Accflags=-DDL_UNLOAD_ALL_AT_EXIT>.
+
 =head2 Rational Software's Purify
 
 Purify is a commercial tool that is helpful in identifying