Ruby 3.5.0dev (2025-06-07 revision 90ba2f4e1c60324f4d4a958a8a28bc2bbd1968b7)
Data Fields
global_vm_table_foreach_data Struct Reference

Data Fields

vm_table_foreach_callback_func callback
 
vm_table_update_callback_func update_callback
 
void * data
 
bool weak_only
 

Detailed Description

Definition at line 3901 of file gc.c.

Field Documentation

◆ callback

vm_table_foreach_callback_func global_vm_table_foreach_data::callback

Definition at line 3902 of file gc.c.

◆ data

void* global_vm_table_foreach_data::data

Definition at line 3904 of file gc.c.

◆ update_callback

vm_table_update_callback_func global_vm_table_foreach_data::update_callback

Definition at line 3903 of file gc.c.

◆ weak_only

bool global_vm_table_foreach_data::weak_only

Definition at line 3905 of file gc.c.


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