Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
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 19 of file node.h.

Field Documentation

◆ allocated

size_t node_buffer_elem_struct::allocated

Definition at line 22 of file node.h.

◆ buf

NODE* node_buffer_elem_struct::buf[FLEX_ARY_LEN]

Definition at line 25 of file node.h.

◆ len

long node_buffer_elem_struct::len

Definition at line 21 of file node.h.

◆ next

struct node_buffer_elem_struct* node_buffer_elem_struct::next

Definition at line 20 of file node.h.

◆ nodes

NODE** node_buffer_elem_struct::nodes

Definition at line 24 of file node.h.

◆ used

size_t node_buffer_elem_struct::used

Definition at line 23 of file node.h.


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