DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibgc-dev
Beschreibungconservative garbage collector for C (development)
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1:6.8-1.2
Sektionlibdevel
Prioritätoptional
Installierte Größe520 Byte
Hängt ab vonlibgc1c2 (= 1:6.8-1.2), libc-dev
Empfohlene Pakete
PaketbetreuerRyan Murray
Quellelibgc
Paketgröße160390 Byte
Prüfsumme MD5403cdc1ac308e9bd970031d232b78426
Prüfsumme SHA19eb2d58b536536c8b701d73aa72d772d431e144a
Prüfsumme SHA256434041439f117bff63927835c34bf87649483f4d67074f118c1e8e4b9794bc16
Link zum Herunterladenlibgc-dev_6.8-1.2_i386.deb
Ausführliche BeschreibungBoehm'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.


Impressum
Linux is a registered trademark of Linus Torvalds