Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
gc_list Struct Reference

Data Fields

VALUEvarptr
 
struct gc_listnext
 

Detailed Description

Definition at line 183 of file gc.c.

Field Documentation

◆ next

struct gc_list* gc_list::next

Definition at line 185 of file gc.c.

Referenced by rb_gc_register_address(), rb_gc_unregister_address(), and rb_objspace_free().

◆ varptr

VALUE* gc_list::varptr

Definition at line 184 of file gc.c.

Referenced by rb_gc_register_address(), and rb_gc_unregister_address().


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