gc_term() memory leaking.

Paul Findlay r.lph50+d at gmail.com
Sat Jul 7 21:06:17 PDT 2007


> Is there any way to force a GC instance in a DLL to free the heap pages
> allocated by gc_init? gc_term()is just an alias to fullCollectNoStack().
Tango's gc_term() call's a destructor which frees the calloc'ed heap.

But sorry, I don't know much more than that..

 - Paul


More information about the Digitalmars-d-learn mailing list