зеркало из https://github.com/github/ruby.git
ext/objspace/objspace.c: add imemo_strterm
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
deb5693149
Коммит
739aadbb52
|
@ -625,6 +625,7 @@ count_imemo_objects(int argc, VALUE *argv, VALUE self)
|
|||
imemo_type_ids[6] = rb_intern("imemo_ment");
|
||||
imemo_type_ids[7] = rb_intern("imemo_iseq");
|
||||
imemo_type_ids[8] = rb_intern("imemo_alloc");
|
||||
imemo_type_ids[9] = rb_intern("imemo_strterm");
|
||||
}
|
||||
|
||||
rb_objspace_each_objects(count_imemo_objects_i, (void *)hash);
|
||||
|
|
Загрузка…
Ссылка в новой задаче