Sat, 27 Dec 2025 04:43:34 CST | login

Information for build heaptrack-1.4.0-2.oc9

ID37455
Package Nameheaptrack
Version1.4.0
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/heaptrack.git?.#309c41264a943ba8f4bd1ae899ad90ab85a7173f
SummaryA heap memory profiler for Linux
DescriptionHeaptrack traces all memory allocations and annotates these events with stack traces.Dedicated analysis tools then allow you to interpret the heap memory profile to: - find hotspots that need to be optimized to reduce the memory footprint of your application - find memory leaks, i.e. locations that allocate memory which is never deallocated - find allocation hotspots, i.e. code locations that trigger a lot of memory allocation calls - find temporary allocations, which are allocations that are directly followed by their deallocation
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 09 Sep 2025 14:19:40 CST
CompletedTue, 09 Sep 2025 14:25:52 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/heaptrack.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/heaptrack.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
heaptrack-1.4.0-2.oc9.src.rpm (info) (download)
aarch64
heaptrack-1.4.0-2.oc9.aarch64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-2.oc9.aarch64.rpm (info) (download)
heaptrack-debugsource-1.4.0-2.oc9.aarch64.rpm (info) (download)
loongarch64
heaptrack-1.4.0-2.oc9.loongarch64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-2.oc9.loongarch64.rpm (info) (download)
heaptrack-debugsource-1.4.0-2.oc9.loongarch64.rpm (info) (download)
x86_64
heaptrack-1.4.0-2.oc9.x86_64.rpm (info) (download)
heaptrack-debuginfo-1.4.0-2.oc9.x86_64.rpm (info) (download)
heaptrack-debugsource-1.4.0-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
mock_output.log
dnf.rpm.log
installed_pkgs.log
hw_info.log
state.log
dnf.log
mock_config.log
dnf.librepo.log
root.log
aarch64
build.log
dnf.rpm.log
state.log
mock_output.log
hw_info.log
installed_pkgs.log
mock_config.log
dnf.librepo.log
root.log
dnf.log
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Mon Jun 09 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.4.0-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.4.0-1 - initial build