[C--] garbage collection

Hendrik Boom <[email protected]> Thu, 15 Jan 2009 04:03:29 +0000 (UTC)
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
I gather that C-- has no built-in mechanism for dynamic storage 
allocation and freeing (except, of course, for the execution stack)
Thus if, for example, I'd like to use the Boehm conservative garbage 
collector all I have to do is call its GC_malloc routine (using C 
linkage, of course) and make sure the right library is available?

-- hendrik

_______________________________________________
Cminusminus mailing list
[email protected]
https://cminusminus.org/mailman/listinfo/cminusminus