Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
gc_list Struct Reference

Data Fields

VALUEvarptr
 
struct gc_listnext
 

Detailed Description

Definition at line 386 of file gc.c.

Field Documentation

◆ next

struct gc_list* gc_list::next

Definition at line 388 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 387 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: