http://www.perlmonks.org?node_id=846573


in reply to Re: Run time linked dll and memory leak
in thread Run time linked dll and memory leak

Some great paths to follow,thanks.

Using process explorer the handle numbers and memory usage look stable at first sight but I will also take a look with Windbg.

Are there any good memory leak detection/profiling tools for the win32 platform i.e similar to Valgrind ? and while on the subject..., any good Perl targeted tools/modules? I've heared of Devel::Gladiator but I haven't used it yet;maybe it's time to start now!