ruby_xfree 229 array.c ruby_xfree((VALUE *)ptr);
ruby_xfree 8262 compile.c ruby_xfree(dump);
ruby_xfree 8456 compile.c ruby_xfree(load->id_list);
ruby_xfree 8457 compile.c ruby_xfree(load);
ruby_xfree 227 cont.c ruby_xfree(cont->ensure_array);
ruby_xfree 258 cont.c ruby_xfree(cont->ensure_array);
ruby_xfree 267 cont.c ruby_xfree(ptr);
ruby_xfree 81 ext/fiddle/fiddle.c ruby_xfree(ptr);
ruby_xfree 433 ext/fiddle/fiddle.c rb_define_const(mFiddle, "RUBY_FREE", PTR2NUM(ruby_xfree));
ruby_xfree 63 ext/objspace/object_tracing.c ruby_xfree((char *)str);
ruby_xfree 127 ext/objspace/object_tracing.c ruby_xfree(info);
ruby_xfree 135 ext/objspace/object_tracing.c ruby_xfree((void *)key);
ruby_xfree 142 ext/objspace/object_tracing.c ruby_xfree((void *)value);
ruby_xfree 763 ext/openssl/ossl_pkey_ec.c ruby_xfree(ec_group);
ruby_xfree 1284 ext/openssl/ossl_pkey_ec.c ruby_xfree(ec_point);
ruby_xfree 97 ext/sdbm/init.c ruby_xfree(dbmp);
ruby_xfree 177 ext/strscan/strscan.c ruby_xfree(p);
ruby_xfree 140 ext/tk/stubs.c if (ruby_tcl_dll) ruby_xfree(ruby_tcl_dll);
ruby_xfree 8024 gc.c ruby_xfree(ptr);
ruby_xfree 64 gc.h #define RUBY_FREE_UNLESS_NULL(ptr) if(ptr){ruby_xfree(ptr);(ptr)=NULL;}
ruby_xfree 182 include/ruby/defines.h #define xfree ruby_xfree
ruby_xfree 1017 internal.h #define ruby_sized_xfree(ptr, size) ruby_xfree(ptr)
ruby_xfree 59 iseq.c ruby_xfree(cur);
ruby_xfree 65 iseq.c ruby_xfree(compile_data);
ruby_xfree 76 iseq.c ruby_xfree((void *)iseq->body->iseq_encoded);
ruby_xfree 77 iseq.c ruby_xfree((void *)iseq->body->line_info_table);
ruby_xfree 78 iseq.c ruby_xfree((void *)iseq->body->local_table);
ruby_xfree 79 iseq.c ruby_xfree((void *)iseq->body->is_entries);
ruby_xfree 86 iseq.c ruby_xfree((void *)kw_arg);
ruby_xfree 88 iseq.c ruby_xfree(iseq->body->ci_entries);
ruby_xfree 89 iseq.c ruby_xfree(iseq->body->cc_entries);
ruby_xfree 91 iseq.c ruby_xfree((void *)iseq->body->catch_table);
ruby_xfree 92 iseq.c ruby_xfree((void *)iseq->body->param.opt_table);
ruby_xfree 95 iseq.c ruby_xfree((void *)iseq->body->param.keyword->default_values);
ruby_xfree 96 iseq.c ruby_xfree((void *)iseq->body->param.keyword);
ruby_xfree 99 iseq.c ruby_xfree(iseq->body);
ruby_xfree 62 missing/alloca.c #define xfree ruby_xfree
ruby_xfree 156 nacl/pepper_main.c ruby_xfree(ptr);
ruby_xfree 257 proc.c ruby_xfree(bind);
ruby_xfree 2488 string.c if (independent) ruby_xfree(ptr);
ruby_xfree 67 thread_sync.c ruby_xfree(ptr);
ruby_xfree 2219 vm.c ruby_xfree(stack);
ruby_xfree 2316 vm.c ruby_xfree(ptr);
ruby_xfree 393 vm_backtrace.c if (bt->backtrace) ruby_xfree(bt->backtrace_base);
ruby_xfree 394 vm_backtrace.c ruby_xfree(bt);
ruby_xfree 4014 win32/win32.c ruby_xfree(root);
ruby_xfree 4079 win32/win32.c ruby_xfree(root);
ruby_xfree 4089 win32/win32.c if (ifp->ifa_addr) ruby_xfree(ifp->ifa_addr);
ruby_xfree 4090 win32/win32.c if (ifp->ifa_name) ruby_xfree(ifp->ifa_name);
ruby_xfree 4091 win32/win32.c ruby_xfree(ifp);