PACKAGE NAME: libgc-7.0-i586-2gsb.tlz PACKAGE LOCATION: ./packages/libraries PACKAGE SIZE (compressed): 210 K PACKAGE SIZE (uncompressed): 760 K PACKAGE MD5: 243e4a9f1c2e2862f6e73498947a9b0c ./packages/libraries/libgc-7.0-i586-2gsb.tlz PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: libgc: libgc (Boehm Garbage Collector for C and C++) libgc: libgc: The Boehm-Demers-Weiser conservative garbage collector can be used as libgc: a garbage collecting replacement for C malloc or C++. It allows you libgc: to allocate memory basically as you normally would, without explicitly libgc: deallocating memory that is no longer useful. The collector libgc: automatically recycles memory when it determines that it can no libgc: longer be otherwise accessed. libgc: libgc: libgc: