1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/objspace
usa 5c74f95fe2 merge revision(s) 74b19e330a: [Backport #16268]
fix imemo entry description.

	* ext/objspace/objspace.c (count_imemo_objects): `imemo_type_ids`
	  should be match with `enum imemo_type` in internal.h and this
	  patch fix mismatch.


	git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
	---
	 ext/objspace/objspace.c        | 5 +++--
	 test/objspace/test_objspace.rb | 2 ++
	 2 files changed, 5 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2021-02-28 13:56:46 +00:00
..
depend ruby tool/update-deps --fix 2017-03-22 06:00:18 +00:00
extconf.rb ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
object_tracing.c ext/objspace/object_tracing.c (freeobj_i): fix missing assignment 2018-09-07 14:37:19 +00:00
objspace.c merge revision(s) 74b19e330a: [Backport #16268] 2021-02-28 13:56:46 +00:00
objspace.h
objspace_dump.c ext/objspace/objspace_dump.c: print addresses consistently 2018-10-09 03:21:57 +00:00