Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Structures | Data Fields
transient_heap_block Struct Reference

Data Structures

struct  transient_heap_block_header
 

Data Fields

struct transient_heap_block::transient_heap_block_header info
 
char buff [TRANSIENT_HEAP_BLOCK_SIZE - sizeof(struct transient_heap_block_header)]
 

Detailed Description

Definition at line 71 of file transient_heap.c.

Field Documentation

◆ buff

char transient_heap_block::buff[TRANSIENT_HEAP_BLOCK_SIZE - sizeof(struct transient_heap_block_header)]

Definition at line 79 of file transient_heap.c.

◆ info

struct transient_heap_block::transient_heap_block_header transient_heap_block::info

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