libgc 1:8.0.4-3build1 source package in Ubuntu
Changelog
libgc (1:8.0.4-3build1) impish; urgency=medium * No-change rebuild to build packages with zstd compression. -- Matthias Klose <email address hidden> Thu, 07 Oct 2021 12:15:31 +0200
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Impish
- Original maintainer:
- Christoph Egger
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_8.0.4.orig.tar.gz | 1.1 MiB | 436a0ddc67b1ac0b0405b61a9675bca9e075c8156f4debd1d06f3a56c7cd289d |
libgc_8.0.4-3build1.debian.tar.xz | 13.9 KiB | b7d496ba0dbc6915694202cf5219e9d96079d5d0f477232bd44566ec2b0c28fb |
libgc_8.0.4-3build1.dsc | 1.9 KiB | 7258d354cc95bf276bb5c7ef10f01946c3b3e117c5b1736c1563f1efc0f0cd96 |
Available diffs
Binary packages built by this source
- libgc-dev: No summary available for libgc-dev in ubuntu impish.
No description available for libgc-dev in ubuntu impish.
- libgc1: conservative garbage collector for C and C++
Boehm-
Demers- Weiser' s GC is a garbage collecting storage allocator that is
intended to be used as a plug-in replacement for C's malloc or C++'s new().
.
It allows you to allocate memory basically as you normally would without
explicitly deallocating memory that is no longer useful. The collector
automatically recycles memory when it determines that it can no longer be
used.
.
This version of the collector is thread safe, has C++ support and uses the
defaults for everything else. However, it does not work as a drop-in malloc(3)
replacement.
- libgc1-dbgsym: No summary available for libgc1-dbgsym in ubuntu impish.
No description available for libgc1-dbgsym in ubuntu impish.