|
Ruby
1.9.3p448(2013-06-27revision41675)
|
Data Fields | |
| void * | membase |
| RVALUE * | slot |
| size_t | limit |
| struct heaps_slot * | next |
| struct heaps_slot * | prev |
| size_t heaps_slot::limit |
Definition at line 317 of file gc.c.
Referenced by count_objects(), finalize_list(), free_unused_heaps(), objspace_each_objects(), and slot_sweep().
| void* heaps_slot::membase |
Definition at line 315 of file gc.c.
Referenced by assign_heap_slot(), free_unused_heaps(), objspace_each_objects(), and rb_objspace_free().
| struct heaps_slot* heaps_slot::next |
Definition at line 318 of file gc.c.
Referenced by free_stack_chunks(), gc_sweep(), lazy_sweep(), push_mark_stack_chunk(), and unlink_heap_slot().
| struct heaps_slot* heaps_slot::prev |
Definition at line 319 of file gc.c.
Referenced by unlink_heap_slot().
Definition at line 316 of file gc.c.
Referenced by assign_heap_slot(), finalize_list(), objspace_each_objects(), and slot_sweep().
1.7.6.1