Ruby
2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
|
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)] |
Definition at line 71 of file transient_heap.c.
char transient_heap_block::buff[TRANSIENT_HEAP_BLOCK_SIZE - sizeof(struct transient_heap_block_header)] |
Definition at line 79 of file transient_heap.c.
struct transient_heap_block::transient_heap_block_header transient_heap_block::info |