ruby/ext/objspace
Peter Zhu 7b6e07ea93 Add rb_gc_object_metadata API
This function replaces the internal rb_obj_gc_flags API. rb_gc_object_metadata
returns an array of name and value pairs, with the last element having
0 for the name.
2025-02-19 09:47:28 -05:00
..
lib [DOC] Improve ObjectSpace#dump_XXX method docs 2023-02-19 22:32:52 +02:00
depend ruby tool/update-deps --fix 2024-04-27 21:55:28 +09:00
extconf.rb ext/objspace: Specify frozen_string_literal: true. 2017-02-12 04:31:25 +00:00
object_tracing.c use st_update to prevent table extension 2024-12-23 11:05:34 +09:00
objspace.c Prefix asan_poison_object with rb 2024-12-19 09:14:34 -05:00
objspace.h
objspace_dump.c Add rb_gc_object_metadata API 2025-02-19 09:47:28 -05:00