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
nagachika 2ec864d9b7 merge revision(s) 9f0c6f20c5: [Backport #18382]
[Bug #18382] Fix crash in compaction for
	 ObjectSpace.trace_object_allocations

	ObjectSpace.trace_object_allocations can crash when auto-compaction is
	enabled.
	---
	 ext/objspace/object_tracing.c | 3 ++-
	 1 file changed, 2 insertions(+), 1 deletion(-)
2022-03-12 14:43:41 +09:00
..
lib Fix ObjectSpace.dump(obj, output: :stdout) 2020-10-03 00:00:01 +09:00
depend Expose atomic operation macros with RUBY prefix 2020-12-24 11:43:21 +09:00
extconf.rb
object_tracing.c merge revision(s) 9f0c6f20c5: [Backport #18382] 2022-03-12 14:43:41 +09:00
objspace.c merge revision(s) c0f4e4ca6d: [Backport #18007] 2021-09-05 14:55:14 +09:00
objspace.h
objspace_dump.c merge revision(s) 6ca3d1af33: [Backport #17552] 2021-02-02 15:47:50 +09:00