PACKAGE NAME: gc-6.6-i486-2frg.tgz PACKAGE LOCATION: ./extras/libs PACKAGE SIZE (compressed): 299 K PACKAGE SIZE (uncompressed): 920 K PACKAGE REQUIRED: PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: gc: gc (C garbage collector routine) 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: