Ruby 3.5.0dev (2025-02-22 revision b17f984e4e903d3ece3013c1488279d1947dfc39)
Data Fields
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: