mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Rename id_to_obj_tbl
-> id2ref_tbl
As well as associated functions, this should make it more obvious what the purpose is.
This commit is contained in:
parent
9400119702
commit
f9c3feccf4
Notes:
git
2025-05-14 09:41:27 +00:00
2 changed files with 43 additions and 43 deletions
2
gc/gc.h
2
gc/gc.h
|
@ -28,7 +28,7 @@ enum rb_gc_vm_weak_tables {
|
|||
RB_GC_VM_CI_TABLE,
|
||||
RB_GC_VM_OVERLOADED_CME_TABLE,
|
||||
RB_GC_VM_GLOBAL_SYMBOLS_TABLE,
|
||||
RB_GC_VM_ID_TO_OBJ_TABLE,
|
||||
RB_GC_VM_ID2REF_TABLE,
|
||||
RB_GC_VM_GENERIC_FIELDS_TABLE,
|
||||
RB_GC_VM_FROZEN_STRINGS_TABLE,
|
||||
RB_GC_VM_WEAK_TABLE_COUNT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue