Wed, 04 Feb 2026 12:24:06 CST | login

Information for build perl-Test-MemoryGrowth-0.04-1.oc9

ID24186
Package Nameperl-Test-MemoryGrowth
Version0.04
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Test-MemoryGrowth.git?.#a32cf8b2f09c39fecb37511e7f2c68967cafc655
SummaryAssert that code does not cause growth in memory usage
DescriptionThis module provides a function to check that a given block of code does not result in the process consuming extra memory once it has finished. Despite the name of this module it does not, in the strictest sense of the word, test for a memory leak: that term is specifically applied to cases where memory has been allocated but all record of it has been lost, so it cannot possibly be reclaimed. While the method employed by this module can detect such bugs, it can also detect cases where memory is still referenced and reachable, but the usage has grown more than would be expected or necessary.
Built byfanjunkong
State complete
Volume DEFAULT
StartedTue, 04 Jun 2024 14:05:38 CST
CompletedTue, 04 Jun 2024 14:07:58 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Test-MemoryGrowth.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Test-MemoryGrowth.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Test-MemoryGrowth-0.04-1.oc9.src.rpm (info) (download)
noarch
perl-Test-MemoryGrowth-0.04-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.04-1 - initial build