|
Ruby
2.1.3p242(2014-09-19revision47630)
|
Data Fields | |
| rb_objspace_t * | objspace |
| int | reason |
| int | full_mark |
| int | immediate_sweep |
| int objspace_and_reason::full_mark |
Definition at line 5080 of file gc.c.
Referenced by garbage_collect_with_gvl(), gc_start_internal(), and gc_with_gvl().
| int objspace_and_reason::immediate_sweep |
Definition at line 5081 of file gc.c.
Referenced by garbage_collect_with_gvl(), gc_info_decode(), gc_start_internal(), and gc_with_gvl().
| rb_objspace_t* objspace_and_reason::objspace |
Definition at line 5078 of file gc.c.
Referenced by garbage_collect_with_gvl(), and gc_with_gvl().
| int objspace_and_reason::reason |
Definition at line 5079 of file gc.c.
Referenced by garbage_collect_with_gvl(), and gc_with_gvl().
1.8.8