Paketname | libgc-dev |
Beschreibung | conservative garbage collector for C (development) |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:6.8-1.2 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 520 Byte |
Hängt ab von | libgc1c2 (= 1:6.8-1.2), libc-dev |
Empfohlene Pakete | |
Paketbetreuer | Ryan Murray |
Quelle | libgc |
Paketgröße | 160390 Byte |
Prüfsumme MD5 | 403cdc1ac308e9bd970031d232b78426 |
Prüfsumme SHA1 | 9eb2d58b536536c8b701d73aa72d772d431e144a |
Prüfsumme SHA256 | 434041439f117bff63927835c34bf87649483f4d67074f118c1e8e4b9794bc16 |
Link zum Herunterladen | libgc-dev_6.8-1.2_i386.deb |
Ausführliche Beschreibung | Boehm's GC is a garbage collecting storage allocator that is
intended to be used as a plug-in replacement for C's malloc.
This package is required to compile and link programs that use
libgc1.
.
Since the collector does not require pointers to be tagged, it does
not attempt to ensure that all inaccessible storage is reclaimed.
However it has typically been more successful at reclaiming unused
memory than most C programs using explicit deallocation. Unlike
manually introduced leaks, the amount of unreclaimed memory typically
stays bounded.
.
This version of the collector is thread safe, has C++ support, and uses the
defaults for everything else. Particularly, it does not work as a malloc()
replacement.
|