PACKAGE NAME: libgc-7.0-i586-2gsb.tlz PACKAGE LOCATION: ./packages/libraries PACKAGE SIZE (compressed): 210 K PACKAGE SIZE (uncompressed): 760 K PACKAGE MD5: 0395e977046a2c48a80cc7ccac67d945 ./packages/libraries/libgc-7.0-i586-2gsb.tlz PACKAGE REQUIRED: aaa_base >= 12.1.0-noarch-2 | glibc-solibs >= 2.7-i486-10,gcc >= 4.2.3-i486-1 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: