str_alloc         394 string.c           str = str_alloc(klass);
str_alloc         615 string.c           return str_replace_shared(str_alloc(klass), str);
str_alloc         641 string.c           str2 = str_alloc(klass);
str_alloc         714 string.c           VALUE str = str_alloc(rb_cString);
str_alloc         823 string.c           VALUE dup = str_alloc(rb_obj_class(str));
str_alloc        3980 string.c       	VALUE dup = str_alloc(rb_cString);
str_alloc        7070 string.c           rb_define_alloc_func(rb_cString, str_alloc);