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:RebuildFactoryUpdates/gc && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
aarch64-support.patch | 0000002225 2.17 KB | |
gc-7.2d.tar.gz | 0001263064 1.2 MB | |
gc.changes | 0000004694 4.58 KB | |
gc.spec | 0000003918 3.83 KB |
Revision 29 (latest revision is 41)
Adrian Schröter (adrianSuSE)
committed
(revision 29)
Split 13.1 from Factory
Comments 0