N
n.torrey.pines
Is there a garbage collector library for C++, perhaps one that works
with the Allocator concept in STL?
I know about Boehm's conservative GC, of course, and I also found
http://www.codeproject.com/cpp/garbage_collect.asp , which aren't
exactly what I'm looking for.
with the Allocator concept in STL?
I know about Boehm's conservative GC, of course, and I also found
http://www.codeproject.com/cpp/garbage_collect.asp , which aren't
exactly what I'm looking for.