From 37b38306e85c80c809db0cc0a61d0aa562ef5158 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 18 Jun 2015 05:36:14 +0000 Subject: * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/objspace/objspace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/objspace') diff --git a/ext/objspace/objspace.c b/ext/objspace/objspace.c index bc53b8462b..7d461831ac 100644 --- a/ext/objspace/objspace.c +++ b/ext/objspace/objspace.c @@ -569,6 +569,7 @@ count_imemo_objects(int argc, VALUE *argv, VALUE self) imemo_type_ids[3] = rb_intern("imemo_throw_data"); imemo_type_ids[4] = rb_intern("imemo_ifunc"); imemo_type_ids[5] = rb_intern("imemo_memo"); + imemo_type_ids[6] = rb_intern("imemo_ment"); } rb_objspace_each_objects(count_imemo_objects_i, (void *)hash); -- cgit v1.2.3