libgc 1:7.1-8build1 source package in Ubuntu
Changelog
libgc (1:7.1-8build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt <email address hidden> Wed, 29 Feb 2012 17:58:04 +0100
Upload details
- Uploaded by:
- Martin Pitt
- Uploaded to:
- Precise
- Original maintainer:
- Christoph Egger
- Architectures:
- any
- Section:
- devel
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_7.1.orig.tar.gz | 1.0 MiB | e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30 |
libgc_7.1-8build1.debian.tar.gz | 20.9 KiB | fe12da26647c13208fb539ebd71ecd7fcb8dbfbafc2d01e17864626bede26260 |
libgc_7.1-8build1.dsc | 1.9 KiB | 14d322367f4e6637bcaad543ecb3b6a1b8d080b87643debd55917e339b69b5fb |
Available diffs
- diff from 1:7.1-8 to 1:7.1-8build1 (370 bytes)
Binary packages built by this source
- libgc-dev: No summary available for libgc-dev in ubuntu quantal.
No description available for libgc-dev in ubuntu quantal.
- 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.