7
A garbage collector for C and C++
(hboehm.info)
I've never understood why GC is/was even a thing in C++, and I like this Bjarne quote in this context:
I don't like garbage. I don't like littering. My ideal is to eliminate the need for a garbage collector by not producting any garbage.
The center for all discussion and news regarding C++.