Jump to letter: [
ACEFGLPSTUX
]
gc-devel: A garbage collector for C and C++
- Summary
- 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.
Authors:
--------
Hans-J. Boehm
Alan J. Demers
Changelog
- * Sat May 26 14:00:00 2007 ro@suse.de
- split off devel package
- * Mon Jan 30 13:00:00 2006 uli@suse.de
- enabled malloc redirection, C++ support
- fixed shared libs
- * Wed Jan 25 13:00:00 2006 mls@suse.de
- converted neededforbuild to BuildRequires