Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
transient_heap_block::transient_heap_block_header Struct Reference

Data Fields

int16_t size
 
int16_t index
 
int16_t last_marked_index
 
int16_t objects
 
struct transient_heap_blocknext_block
 

Detailed Description

Definition at line 72 of file transient_heap.c.

Field Documentation

◆ index

int16_t transient_heap_block::transient_heap_block_header::index

Definition at line 74 of file transient_heap.c.

◆ last_marked_index

int16_t transient_heap_block::transient_heap_block_header::last_marked_index

Definition at line 75 of file transient_heap.c.

◆ next_block

struct transient_heap_block* transient_heap_block::transient_heap_block_header::next_block

Definition at line 77 of file transient_heap.c.

◆ objects

int16_t transient_heap_block::transient_heap_block_header::objects

Definition at line 76 of file transient_heap.c.

◆ size

int16_t transient_heap_block::transient_heap_block_header::size

Definition at line 73 of file transient_heap.c.


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