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.
- Developed at devel:libraries:c_c++
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/gc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
gc-7.2alpha6.tar.bz2 | 0001011054 987 KB | |
gc-build.patch | 0000000458 458 Bytes | |
gc.changes | 0000003209 3.13 KB | |
gc.spec | 0000004931 4.82 KB |
Revision 22 (latest revision is 41)
Stephan Kulow (coolo)
accepted
request 103834
from
Stephan Kulow (coolo)
(revision 22)
- put the provides for libatomic-ops-devel in a package actually in existance (forwarded request 103786 from coolo)
Comments 0