libgc 1:8.0.6-1.1build1 source package in Ubuntu
Changelog
libgc (1:8.0.6-1.1build1) jammy; urgency=high * No change rebuild for ppc64el baseline bump. -- Julian Andres Klode <email address hidden> Thu, 24 Mar 2022 13:12:16 +0100
Upload details
- Uploaded by:
- Julian Andres Klode
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- libs
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | devel | |
Jammy | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_8.0.6.orig.tar.gz | 1.1 MiB | 376d30b0c5647dd8f0b5d681fa17cc5dcef60422a99dccf9454419d56444b61e |
libgc_8.0.6-1.1build1.debian.tar.xz | 13.6 KiB | 30664b18241b010419f95179f23a432f7d8bf36e9cad94f6f14f9d7050519e2d |
libgc_8.0.6-1.1build1.dsc | 2.0 KiB | cbc2dc531ef11335a2abd0fab9c53009dd628c06b875c29d22a5b5745456f6e4 |
Available diffs
Binary packages built by this source
- libgc-dev: conservative garbage collector for C (development)
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.
.
This package is required to compile and link programs that use libgc1c2.
- 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: debug symbols for libgc1