libgc 1:7.4.2-7.3 source package in Ubuntu
Changelog
libgc (1:7.4.2-7.3) unstable; urgency=medium * Non-maintainer upload * Import symbols for sparc (Closes: #806312) -- John Paul Adrian Glaubitz <email address hidden> Thu, 26 Nov 2015 18:16:48 +0100
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 | |
---|---|---|---|---|
Xenial | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_7.4.2-7.3.dsc | 1.9 KiB | 9a80e74c61a9438292b7a5eaae5d4ed7c9990d3994062764bfcd3a9e451c50a8 |
libgc_7.4.2.orig.tar.gz | 713.3 KiB | 09f21d38dd42bced14d6875f55804cb1b5e6bc486da7980187ecd2e768739c62 |
libgc_7.4.2-7.3.debian.tar.xz | 14.2 KiB | 146484b853271aa5b435d38859f773d10089c008964f57fa87ce043fad66c0e1 |
Available diffs
- diff from 1:7.4.2-7.2 to 1:7.4.2-7.3 (649 bytes)
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.
- libgc1c2: 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.
- libgc1c2-dbgsym: debug symbols for package libgc1c2
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.