libgc1 Library: gc - 1 - garbage collector for C and C++ 3.6.0 2025-03-25 eisfair-1 the eisfair team, team(at)eisfair(dot)org stable
lib
glibc 3.6.0 libgcc_s1 3.6.0 libstdcpp6 3.6.0 libgc-dev 3.6.0 Internal Program Version: gc 8.2.8 The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. http://www.hboehm.info/gc