Ruby 3.5.0dev (2025-04-24 revision 5113869f5d0c6f6a0349a23f479240210fefe5d0)
Data Fields
fstring_table_struct Struct Reference

Data Fields

struct fstring_table_entryentries
 
unsigned int capacity
 
unsigned int deleted_entries
 
rb_atomic_t count
 

Detailed Description

Definition at line 535 of file string.c.

Field Documentation

◆ capacity

unsigned int fstring_table_struct::capacity

Definition at line 537 of file string.c.

◆ count

rb_atomic_t fstring_table_struct::count

Definition at line 539 of file string.c.

◆ deleted_entries

unsigned int fstring_table_struct::deleted_entries

Definition at line 538 of file string.c.

◆ entries

struct fstring_table_entry* fstring_table_struct::entries

Definition at line 536 of file string.c.


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