Ruby
1.9.3p484(2013-11-22revision43786)
|
Data Fields | |
RVALUE * | start |
RVALUE * | end |
struct heaps_slot * | slot |
RVALUE* sorted_heaps_slot::end |
Definition at line 324 of file gc.c.
Referenced by assign_heap_slot(), count_objects(), is_pointer_to_heap(), and rb_objspace_call_finalizer().
struct heaps_slot* sorted_heaps_slot::slot |
Definition at line 325 of file gc.c.
Referenced by assign_heap_slot(), count_objects(), free_unused_heaps(), objspace_each_objects(), and rb_objspace_free().
RVALUE* sorted_heaps_slot::start |
Definition at line 323 of file gc.c.
Referenced by assign_heap_slot(), count_objects(), gc_mark_locations(), is_pointer_to_heap(), and rb_objspace_call_finalizer().