Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
|
Data Fields | |
int16_t | size |
int16_t | index |
int16_t | last_marked_index |
int16_t | objects |
struct transient_heap_block * | next_block |
Definition at line 72 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::index |
Definition at line 74 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::last_marked_index |
Definition at line 75 of file transient_heap.c.
struct transient_heap_block* transient_heap_block::transient_heap_block_header::next_block |
Definition at line 77 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::objects |
Definition at line 76 of file transient_heap.c.
int16_t transient_heap_block::transient_heap_block_header::size |
Definition at line 73 of file transient_heap.c.