PACKAGE NAME: gc-7.1-x86_64-1vl70.txz PACKAGE LOCATION: ./d PACKAGE SIZE (compressed): 254 K PACKAGE SIZE (uncompressed): 1150 K PACKAGE MD5: 9d645b59dc432b663f72436a6f50247f ./d/gc-7.1-x86_64-1vl70.txz PACKAGE REQUIRED: gcc >= 4.5.2,glibc-solibs >= 2.13 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/