[DOC] Improve some GC docs
This commit is contained in:
parent
a11b907745
commit
300bc14589
Notes:
git
2023-08-15 12:54:49 +00:00
2
gc.c
2
gc.c
@ -13813,7 +13813,7 @@ Init_GC(void)
|
||||
rb_hash_aset(gc_constants, ID2SYM(rb_intern("RB_BUG_INSTEAD_OF_RB_MEMERROR")), Qtrue);
|
||||
}
|
||||
OBJ_FREEZE(gc_constants);
|
||||
/* internal constants */
|
||||
/* Internal constants in the garbage collector. */
|
||||
rb_define_const(rb_mGC, "INTERNAL_CONSTANTS", gc_constants);
|
||||
|
||||
rb_mProfiler = rb_define_module_under(rb_mGC, "Profiler");
|
||||
|
Loading…
x
Reference in New Issue
Block a user