PACKAGE NAME: gc-6.6-powerpc-1Jvb_6.tgz PACKAGE LOCATION: ./extras PACKAGE SIZE (compressed): 318 K PACKAGE SIZE (uncompressed): 990 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: gc: gc (garbage collector) 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: