libtest-leaktrace-perl 0.17-ok1 source package in openKylin
Changelog
libtest-leaktrace-perl (0.17-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Fri, 19 Aug 2022 15:14:00 +0800
libtest-leaktrace-perl (0.17-ok1) yangtze; urgency=medium * Build for openkylin. -- sufang <email address hidden> Fri, 19 Aug 2022 15:14:00 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libtest-leaktrace-perl_0.17.orig.tar.gz | 33.9 KiB | 6b4412d7d580e767ce9886cbe0bdf82dc2de7f11eab154300223238434956b8a |
libtest-leaktrace-perl_0.17-ok1.debian.tar.xz | 2.2 KiB | 76e704ddc98153f7066a805465b58538adcde3ad4c06de29e0fdf9c5921df412 |
libtest-leaktrace-perl_0.17-ok1.dsc | 1.9 KiB | e7d8887db89dbab5d29ea14993d60bcfe1fb149d8e0f09b76edc4925d6a32add |
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.