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
Aaron Patterson cdc4084b0a Prevent objects from moving while iterating the heap
This iterator uses an st_table, but if objects move the references in
the st table won't be updated.  This patch just changes the st table to
an identity hash.
2020-10-06 16:22:01 -07:00
..
lib
depend
extconf.rb
object_tracing.c
objspace.c Prevent objects from moving while iterating the heap 2020-10-06 16:22:01 -07:00
objspace.h
objspace_dump.c