Ruby 4.0.0dev (2025-12-06 revision 180020e1e53b96a3080f3ac731cb32bbbdee31d5)
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 3838 of file gc.c.

Field Documentation

◆ callback

vm_table_foreach_callback_func global_vm_table_foreach_data::callback

Definition at line 3839 of file gc.c.

◆ data

void* global_vm_table_foreach_data::data

Definition at line 3841 of file gc.c.

◆ update_callback

vm_table_update_callback_func global_vm_table_foreach_data::update_callback

Definition at line 3840 of file gc.c.

◆ weak_only

bool global_vm_table_foreach_data::weak_only

Definition at line 3842 of file gc.c.


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