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