libgc 1:8.0.6-1.1 source package in Ubuntu
Changelog
libgc (1:8.0.6-1.1) unstable; urgency=medium * Non-maintainer upload. ((Closes: #999740) * New upstream version 8.0.6 * Update to point to salsa * Update symbols for 8.0.6 * Drop enable-threads-on-hurd.diff and issue329.diff -- Ian Wienand <email address hidden> Fri, 26 Nov 2021 09:12:33 +1100
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_8.0.6-1.1.dsc | 1.9 KiB | da2f10257e97cfe551373149798213fae7c13937f151a3b29bdb110547715b47 |
libgc_8.0.6.orig.tar.gz | 1.1 MiB | 376d30b0c5647dd8f0b5d681fa17cc5dcef60422a99dccf9454419d56444b61e |
libgc_8.0.6-1.1.debian.tar.xz | 13.4 KiB | 7a74552ce6268d17cc60964c05c1f7435e335b77489350d89f2f5c425fbd647c |
Available diffs
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