Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
|
Data Fields | |
int16_t | index |
int16_t | last_marked_index |
int16_t | objects |
struct transient_heap_block * | next_block |
Definition at line 82 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::index |
Definition at line 83 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::last_marked_index |
Definition at line 84 of file transient_heap.c.
struct transient_heap_block* transient_heap_block::transient_heap_block_header::next_block |
Definition at line 86 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::objects |
Definition at line 85 of file transient_heap.c.