Ruby 4.1.0dev (2026-09-13 revision 7ebf7492a9e9453eb31deb3a11e2d2a713ea29d9)
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 701 of file vm_core.h.

Field Documentation

◆ checking_shareable

bool gc_mark_func_data_struct::checking_shareable

Definition at line 707 of file vm_core.h.

◆ data

void* gc_mark_func_data_struct::data

Definition at line 702 of file vm_core.h.

◆ mark_func

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

Definition at line 703 of file vm_core.h.


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