Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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: