aboutsummaryrefslogtreecommitdiffstats
path: root/ext/objspace
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 05:36:14 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-18 05:36:14 +0000
commit46a01b392ebb573098a924e2ab0598a052392996 (patch)
treec53b1b8baf6b1881c19ead86f3d2b2cbef2dcf6b /ext/objspace
parent36fd4f2b5e33fea6bd0a0587acc6599419133560 (diff)
downloadruby-46a01b392ebb573098a924e2ab0598a052392996.tar.gz
* 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
Diffstat (limited to 'ext/objspace')
-rw-r--r--ext/objspace/objspace.c1
1 files changed, 1 insertions, 0 deletions
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);