|
Ruby
1.9.3p551(2014-11-13revision48407)
|
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(), gc_mark_locations(), is_pointer_to_heap(), rb_gc_mark_locations(), 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(), rb_gc_mark_locations(), and rb_objspace_call_finalizer().
1.8.14