Data Fields | |
| const char * | category |
| void(* | func )(const char *category, VALUE, void *) |
| void * | data |
Definition at line 5796 of file gc.c.
| const char* root_objects_data::category |
Definition at line 5797 of file gc.c.
Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().
| void* root_objects_data::data |
Definition at line 5799 of file gc.c.
Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().
| void(* root_objects_data::func)(const char *category, VALUE, void *) |
Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().
1.6.1