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

Data Fields

rb_objspace_tobjspace
 
each_obj_callbackcallback
 
void * data
 

Detailed Description

Definition at line 3201 of file gc.c.

Field Documentation

◆ callback

each_obj_callback* each_obj_args::callback

Definition at line 3203 of file gc.c.

Referenced by rb_objspace_each_objects(), and rb_objspace_each_objects_without_setup().

◆ data

void* each_obj_args::data

Definition at line 3204 of file gc.c.

Referenced by rb_objspace_each_objects(), and rb_objspace_each_objects_without_setup().

◆ objspace

rb_objspace_t* each_obj_args::objspace

Definition at line 3202 of file gc.c.


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