Ruby  2.4.2p198(2017-09-14revision59899)
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 7535 of file gc.c.

Field Documentation

◆ category

const char* root_objects_data::category

Definition at line 7536 of file gc.c.

Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().

◆ data

void* root_objects_data::data

Definition at line 7538 of file gc.c.

Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().

◆ func

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

Definition at line 7537 of file gc.c.

Referenced by rb_objspace_reachable_objects_from_root(), and root_objects_from().


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