Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
node_buffer_elem_struct Struct Reference

Data Fields

struct node_buffer_elem_structnext
 
long len
 
size_t allocated
 
size_t used
 
NODE ** nodes
 
NODEbuf [FLEX_ARY_LEN]
 

Detailed Description

Definition at line 20 of file node.h.

Field Documentation

◆ allocated

size_t node_buffer_elem_struct::allocated

Definition at line 23 of file node.h.

◆ buf

NODE* node_buffer_elem_struct::buf[FLEX_ARY_LEN]

Definition at line 26 of file node.h.

◆ len

long node_buffer_elem_struct::len

Definition at line 22 of file node.h.

◆ next

struct node_buffer_elem_struct* node_buffer_elem_struct::next

Definition at line 21 of file node.h.

◆ nodes

NODE** node_buffer_elem_struct::nodes

Definition at line 25 of file node.h.

◆ used

size_t node_buffer_elem_struct::used

Definition at line 24 of file node.h.


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