Пакет perl-Test-LeakTrace: Информация

    Бинарный пакет: perl-Test-LeakTrace
    Версия: 0.16-alt3
    Архитектура: x86_64
    Собран:  30 января 2019 г. 13:27 в задании #220217
    Исходный пакет: perl-Test-LeakTrace
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-LeakTrace/

    Лицензия: GPL+ or Artistic
    О пакете: Trace memory leaks
    Описание: 
    Test::LeakTrace provides several functions that trace memory leaks. This module
    scans arenas, the memory allocation system, so it can detect any leaked SVs in
    given blocks.
    
    Leaked SVs are SVs that are not released after the end of the scope they have
    been created. These SVs include global variables and internal caches. For
    example, if you call a method in a tracing block, perl might prepare a cache
    for the method. Thus, to trace true leaks, no_leaks_ok() and leaks_cmp_ok()
    executes a block more than once.

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Cronbuild Service

    Последнее изменение


    30 января 2019 г. Igor Vlasenko 0.16-alt3
    - unbootstrap
    24 января 2019 г. Igor Vlasenko 0.16-alt2.1
    - rebuild with new perl 5.28.1
    19 декабря 2017 г. Igor Vlasenko 0.16-alt2
    - unbootstrap