Ruby 3.5.0dev (2025-02-22 revision b17f984e4e903d3ece3013c1488279d1947dfc39)
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 3356 of file gc.c.

Field Documentation

◆ callback

vm_table_foreach_callback_func global_vm_table_foreach_data::callback

Definition at line 3357 of file gc.c.

◆ data

void* global_vm_table_foreach_data::data

Definition at line 3359 of file gc.c.

◆ update_callback

vm_table_update_callback_func global_vm_table_foreach_data::update_callback

Definition at line 3358 of file gc.c.

◆ weak_only

bool global_vm_table_foreach_data::weak_only

Definition at line 3360 of file gc.c.


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