Ruby 4.1.0dev (2026-09-20 revision edce07a8c93895be8eeb2d27400aa138cc8a3cf9)
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 702 of file vm_core.h.

Field Documentation

◆ checking_shareable

bool gc_mark_func_data_struct::checking_shareable

Definition at line 708 of file vm_core.h.

◆ data

void* gc_mark_func_data_struct::data

Definition at line 703 of file vm_core.h.

◆ mark_func

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

Definition at line 704 of file vm_core.h.


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