> 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