Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
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.