This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
leakfinder.pl
authorFather Chrysostomos <sprout@cpan.org>
Sat, 3 Nov 2012 00:43:47 +0000 (17:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 5 Nov 2012 06:45:30 +0000 (22:45 -0800)
commit8b3001cd63527bb84d5852d1174805737a474abf
tree645cfa7133cb886162186cce8611fe730683df84
parentfe61507474beae24ce859f6a443854c17458e726
leakfinder.pl

I wrote this to look for memory leaks.  Since it could be useful to
re-run it at some future time, I might as well put it somewhere where
it will not get lost.

It still needs a bit of work.  Currently, evaluating chunks of binary
code can cause memory leaks.  In those cases the binary code is dumped
straight to the terminal, which is not helpful.
MANIFEST
Porting/leakfinder.pl [new file with mode: 0644]