Ruby 4.1.0dev (2026-08-28 revision 5eb9a6925b805a17dced976d5b741afe5086aab1)
Data Fields
gc_mark_func_data_struct Struct Reference

Data Fields

void * data
 
void(* mark_func )(VALUE v, void *data)
 
bool checking_shareable
 

Detailed Description

Definition at line 697 of file vm_core.h.

Field Documentation

◆ checking_shareable

bool gc_mark_func_data_struct::checking_shareable

Definition at line 703 of file vm_core.h.

◆ data

void* gc_mark_func_data_struct::data

Definition at line 698 of file vm_core.h.

◆ mark_func

void(* gc_mark_func_data_struct::mark_func) (VALUE v, void *data)

Definition at line 699 of file vm_core.h.


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