garbage_collect   831 gc.c           static int garbage_collect(rb_objspace_t *, int full_mark, int immediate_mark, int immediate_sweep, int reason);
garbage_collect  1860 gc.c           	    if (!garbage_collect(objspace, FALSE, FALSE, FALSE, GPR_FLAG_NEWOBJ)) {
garbage_collect  6493 gc.c               return (void *)(VALUE)garbage_collect(oar->objspace, oar->full_mark, oar->immediate_mark, oar->immediate_sweep, oar->reason);
garbage_collect  6501 gc.c           	return garbage_collect(objspace, full_mark, immediate_mark, immediate_sweep, reason);
garbage_collect  6524 gc.c               return garbage_collect(&rb_objspace, TRUE, TRUE, TRUE, GPR_FLAG_CAPI);
garbage_collect  6582 gc.c               garbage_collect(objspace, full_mark, immediate_mark, immediate_sweep, GPR_FLAG_METHOD);
garbage_collect  6599 gc.c               garbage_collect(objspace, TRUE, TRUE, TRUE, GPR_FLAG_CAPI);