|
Ruby
3.1.4p223 (2023-03-30 revision HEAD)
|
Data Fields | |
| struct transient_heap_block * | using_blocks |
| struct transient_heap_block * | marked_blocks |
| struct transient_heap_block * | free_blocks |
| int | total_objects |
| int | total_marked_objects |
| int | total_blocks |
| enum transient_heap_status | status |
| VALUE * | promoted_objects |
| int | promoted_objects_size |
| int | promoted_objects_index |
| struct transient_heap_block * | arena |
| int | arena_index |
Definition at line 91 of file transient_heap.c.