PACKAGE NAME: gc-7.1-i586-1vl60.tlz PACKAGE LOCATION: ./dev PACKAGE SIZE (compressed): 256 K PACKAGE SIZE (uncompressed): 980 K PACKAGE MD5: fad744a47c1b9b14a925610f28e7e78f ./dev/gc-7.1-i586-1vl60.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: gc: gc (garbage collector for C and C++) gc: gc: The Boehm-Demers-Weiser conservative garbage collector can be used gc: as a garbage collecting replacement for C malloc or C++ new. It allows gc: you to allocate memory basically as you normally would, without gc: explicitly deallocating memory that is no longer useful. The collector gc: automatically recycles memory when it determines that it can no longer gc: be otherwise accessed. gc: License: See README.QUICK file gc: Authors: Hans-J. Boehm, Alan J. Demers gc: Website: http://www.hpl.hp.com/personal/Hans_Boehm/gc/