libgc 1:8.2.4-1 source package in Ubuntu
Changelog
libgc (1:8.2.4-1) unstable; urgency=medium * New upstream version 8.2.4 * Add GC_<get|set>_sp_corrector symbols -- Ian Wienand <email address hidden> Wed, 31 May 2023 22:05:34 +1000
Upload details
- Uploaded by:
- Christoph Egger
- Uploaded to:
- Sid
- Original maintainer:
- Christoph Egger
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_8.2.4-1.dsc | 1.9 KiB | a2c4f30b6fb81830cfd516db51c14b7af3f2beac7accc2be5b577d9bd2db5961 |
libgc_8.2.4.orig.tar.gz | 1.2 MiB | 3d0d3cdbe077403d3106bb40f0cbb563413d6efdbb2a7e1cd6886595dec48fc2 |
libgc_8.2.4-1.debian.tar.xz | 11.3 KiB | 8ce587dd83650edf4354fbacf9170b73100d3188973d57d20a99f5bf4de92c16 |
Available diffs
- diff from 1:8.2.2-3 to 1:8.2.4-1 (158.4 KiB)
No changes file available.
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