io_alloc         4284 io.c               return rb_file_open_internal(io_alloc(rb_cFile), fname, modestr);
io_alloc         4290 io.c               return rb_file_open_internal(io_alloc(rb_cFile), rb_str_new_cstr(fname), modestr);
io_alloc         4685 io.c               port = io_alloc(rb_cIO);
io_alloc         4696 io.c                   write_port = io_alloc(rb_cIO);
io_alloc         5177 io.c                   return rb_file_open_generic(io_alloc(rb_cFile), filename,
io_alloc         5187 io.c               io = io_alloc(rb_cFile);
io_alloc         5796 io.c               VALUE io = io_alloc(klass);
io_alloc         8525 io.c               rb_define_alloc_func(rb_cIO, io_alloc);