Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
root_objects_data Struct Reference

Data Fields

const char * category
 
void(* func )(const char *category, VALUE, void *)
 
void * data
 

Detailed Description

Definition at line 10188 of file gc.c.

Field Documentation

◆ category

const char* root_objects_data::category

Definition at line 10189 of file gc.c.

◆ data

void* root_objects_data::data

Definition at line 10191 of file gc.c.

◆ func

void(* root_objects_data::func) (const char *category, VALUE, void *)

Definition at line 10190 of file gc.c.

Referenced by rb_objspace_reachable_objects_from_root().


The documentation for this struct was generated from the following file: