A garbage collector for C and C++
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.
- Sources inherited from project DISCONTINUED:openSUSE:11.2
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Evergreen:11.2:Test/gc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
configure.patch | 0000000369 369 Bytes | |
gc.atomic-locks.patch | 0000001038 1.01 KB | |
gc.changes | 0000001652 1.61 KB | |
gc.spec | 0000003931 3.84 KB | |
gc6.6.tar.bz2 | 0000588635 575 KB | |
gcc4.patch | 0000000371 371 Bytes | |
ready | 0000000000 0 Bytes |
Latest Revision
Adrian Schröter (adrianSuSE)
committed
(revision 6)
Comments 0