summaryrefslogtreecommitdiff
path: root/gc_impl.c
AgeCommit message (Expand)Author
2024-07-11Move gc_impl.c to gc/gc_impl.cPeter Zhu
2024-07-10GC_DEBUG is always defined卜部昌平
2024-07-10rb_source_location_cstr is banned in this file卜部昌平
2024-07-10rb_gc_obj_slot_size is banned in this file卜部昌平
2024-07-08Rename rb_gc_impl_verify_internal_consistency to gc_verify_internal_consistencyPeter Zhu
2024-07-08Make rb_gc_impl_verify_internal_consistency staticPeter Zhu
2024-07-04Fix RUBY_FREE_AT_EXIT with ASANPeter Zhu
2024-07-03Fix ASAN buildsPeter Zhu
2024-07-03Fix compilation with RGENGC_CHECK_MODE=2Peter Zhu
2024-07-03[Feature #20470] Split GC into gc_impl.cPeter Zhu