Ruby 3.5.0dev (2025-05-15 revision 3d1b8e7298957711998bfb2e8cce09bcc17e4d46)
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: