Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
transient_heap_block::transient_heap_block_header Struct Reference

Data Fields

int16_t index
 
int16_t last_marked_index
 
int16_t objects
 
struct transient_heap_blocknext_block
 

Detailed Description

Definition at line 82 of file transient_heap.c.

Field Documentation

◆ index

int16_t transient_heap_block::transient_heap_block_header::index

Definition at line 83 of file transient_heap.c.

◆ last_marked_index

int16_t transient_heap_block::transient_heap_block_header::last_marked_index

Definition at line 84 of file transient_heap.c.

◆ next_block

struct transient_heap_block* transient_heap_block::transient_heap_block_header::next_block

Definition at line 86 of file transient_heap.c.

◆ objects

int16_t transient_heap_block::transient_heap_block_header::objects

Definition at line 85 of file transient_heap.c.


The documentation for this struct was generated from the following file: