Package
libgc1c2Version
1:7.4.2-7.3ubuntu0.1Priority
optionalSection
libsSource
libgcOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Christoph Egger <christoph@debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
371 kBDepends
libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)Conflicts
libgc1Replaces
libgc1, libgc1c3Homepage
http://www.hboehm.info/gc/Task
ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, ubuntustudio-video, ubuntustudio-graphics, ubuntu-gnome-desktop, ubuntukylin-desktopSupported
5yDownload Size
82.1 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 PackagesDescription
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.