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 Ubuntu Archiv lucid (main)
Version1:6.8-1.2ubuntu1
Sektiondevel
Prioritätoptional
Installierte Größe564 Byte
Hängt ab vonlibgc1c2 (= 1:6.8-1.2ubuntu1), libc-dev
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quellelibgc
Paketgröße163288 Byte
Prüfsumme MD536fdcd13469a1af4e0f59e4cdb1a9513
Prüfsumme SHA15cf5414bd2178ecffd6324dcd9d8589102fd7d66
Prüfsumme SHA256cde951ce55543f13bd5670fc1523c9aea8aad724a90c8ec044ccd92c2053e23e
Link zum Herunterladenlibgc-dev_6.8-1.2ubuntu1_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