RUBY_FREE_UNLESS_NULL  116 cont.c         	RUBY_FREE_UNLESS_NULL(cont->saved_thread.stack); fflush(stdout);
RUBY_FREE_UNLESS_NULL  117 cont.c         	RUBY_FREE_UNLESS_NULL(cont->machine_stack);
RUBY_FREE_UNLESS_NULL  119 cont.c         	RUBY_FREE_UNLESS_NULL(cont->machine_register_stack);
RUBY_FREE_UNLESS_NULL  121 cont.c         	RUBY_FREE_UNLESS_NULL(cont->vm_stack);
RUBY_FREE_UNLESS_NULL   53 iseq.c         		RUBY_FREE_UNLESS_NULL(iseq->iseq_encoded);
RUBY_FREE_UNLESS_NULL   56 iseq.c         	    RUBY_FREE_UNLESS_NULL(iseq->iseq);
RUBY_FREE_UNLESS_NULL   57 iseq.c         	    RUBY_FREE_UNLESS_NULL(iseq->insn_info_table);
RUBY_FREE_UNLESS_NULL   58 iseq.c         	    RUBY_FREE_UNLESS_NULL(iseq->local_table);
RUBY_FREE_UNLESS_NULL   59 iseq.c         	    RUBY_FREE_UNLESS_NULL(iseq->catch_table);
RUBY_FREE_UNLESS_NULL   60 iseq.c         	    RUBY_FREE_UNLESS_NULL(iseq->arg_opt_table);
RUBY_FREE_UNLESS_NULL  191 vm.c           	RUBY_FREE_UNLESS_NULL(env->env);
RUBY_FREE_UNLESS_NULL 1511 vm.c           	    RUBY_FREE_UNLESS_NULL(th->stack);