PACKAGE NAME: gc-6.4-i486-1frg.tgz PACKAGE LOCATION: ./other PACKAGE SIZE (compressed): 304 K PACKAGE SIZE (uncompressed): 930 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: gc: gc gc: gc: The Boehm-Demers-Weiser conservative garbage collector can be used as gc: 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 gc: collector automatically recycles memory when it determines that it can gc: no longer be otherwise accessed. gc: gc: gc: