libtest-leaktrace-perl

Rating: 
0
No votes yet

Perl test module for tracing memory leaks
Test::LeakTrace provides several functions that detect and trace memory leaks.
This module scans arenas, the memory allocation system, so it can detect any
leaked scalar values (SVs) in given blocks. Leaked SVs are those which are not
released after the end of the scope they have been created, including internal
caches and global variables.

Application versions: 
AttachmentSizeDate
File libtest-leaktrace-perl_0.14-1_armel.deb23.93 KB05/08/2013 - 11:11
Changelog: 

libtest-leaktrace-perl (0.14-1) unstable; urgency=low

[ Ansgar Burchardt ]
* New upstream release.
* debian/copyright: Refer to "Debian systems" instead of "Debian
GNU/Linux systems".
* debian/control: Convert Vcs-* fields to Git.
* Update my email address.
* Bumped Standards-Version to 3.9.2.

[ Salvatore Bonaccorso ]
* debian/copyright: Replace DEP5 Format-Specification URL from
svn.debian.org to anonscm.debian.org URL.