Ruby 3.5.0dev (2025-04-26 revision b1283b45e6246a85ce34be54e5806fb0ca2e3d2d)
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 3359 of file gc.c.

Field Documentation

◆ callback

vm_table_foreach_callback_func global_vm_table_foreach_data::callback

Definition at line 3360 of file gc.c.

◆ data

void* global_vm_table_foreach_data::data

Definition at line 3362 of file gc.c.

◆ update_callback

vm_table_update_callback_func global_vm_table_foreach_data::update_callback

Definition at line 3361 of file gc.c.

◆ weak_only

bool global_vm_table_foreach_data::weak_only

Definition at line 3363 of file gc.c.


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