GC_never_stop_func  117 gc/alloc.c     int GC_never_stop_func GC_PROTO((void)) { return(0); }
GC_never_stop_func  128 gc/alloc.c     #   define GC_timeout_stop_func GC_never_stop_func
GC_never_stop_func  308 gc/alloc.c     			    GC_never_stop_func : GC_timeout_stop_func)) {
GC_never_stop_func  348 gc/alloc.c         if (stop_func == GC_never_stop_func) GC_notify_full_gc();
GC_never_stop_func  367 gc/alloc.c      	if ((GC_find_leak || stop_func != GC_never_stop_func)
GC_never_stop_func  443 gc/alloc.c     		  (void)GC_stopped_mark(GC_never_stop_func);
GC_never_stop_func  794 gc/alloc.c         (void)GC_try_to_collect(GC_never_stop_func);
GC_never_stop_func 1583 gc/include/private/gc_priv.h GC_bool GC_never_stop_func GC_PROTO((void));
GC_never_stop_func 1593 gc/include/private/gc_priv.h 	(void) GC_try_to_collect_inner(GC_never_stop_func)