Ruby 3.5.0dev (2025-06-07 revision 20cf46039a90135b3d9efceabc73b0d41ad257b8)
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 546 of file string.c.

Field Documentation

◆ capacity

unsigned int fstring_table_struct::capacity

Definition at line 548 of file string.c.

◆ count

rb_atomic_t fstring_table_struct::count

Definition at line 550 of file string.c.

◆ deleted_entries

unsigned int fstring_table_struct::deleted_entries

Definition at line 549 of file string.c.

◆ entries

struct fstring_table_entry* fstring_table_struct::entries

Definition at line 547 of file string.c.


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