PACKAGE NAME: gc-7.1-x86_64-1ponce.txz PACKAGE MIRROR: http://ponce.cc/slackware/slackware64-13.37/packages/ PACKAGE LOCATION: . PACKAGE SIZE (compressed): 220 K PACKAGE SIZE (uncompressed): 780 K PACKAGE DESCRIPTION: gc: gc (Boehm-Demers-Weiser garbage collector) 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 gc: allows you to allocate memory basically as you normally would, gc: without explicitly deallocating memory that is no longer useful. The gc: collector automatically recycles memory when it determines that it gc: can no longer be otherwise accessed. gc: gc: Homepage: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ gc: