libgc 1:7.6.4-0.4ubuntu1 source package in Ubuntu
Changelog
libgc (1:7.6.4-0.4ubuntu1) focal; urgency=medium * debian/patches/riscv64.diff: Add back riscv64 support, NMUed but later dropped. * Update symbols for riscv64. -- William Grant <email address hidden> Sun, 05 Apr 2020 18:43:00 +1000
Upload details
- Uploaded by:
- William Grant
- Uploaded to:
- Focal
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_7.6.4.orig.tar.gz | 1.1 MiB | b94c1f2535f98354811ee644dccab6e84a0cf73e477ca03fb5a3758fb1fecd1c |
libgc_7.6.4-0.4ubuntu1.debian.tar.xz | 14.0 KiB | cdb22066accb27683ad9058ea3df42ccc158bfcbd1dc606c995153e66dd4ab57 |
libgc_7.6.4-0.4ubuntu1.dsc | 1.9 KiB | 2498c936bfe160a7d051c8e55d839b10e27735d598eb97a170802d2967ad1629 |
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.
- libgc1c2: No summary available for libgc1c2 in ubuntu groovy.
No description available for libgc1c2 in ubuntu groovy.
- libgc1c2-dbgsym: No summary available for libgc1c2-dbgsym in ubuntu groovy.
No description available for libgc1c2-dbgsym in ubuntu groovy.