Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
|
The overall constant pool, which stores constants found while parsing. More...
#include <pm_constant_pool.h>
Data Fields | |
pm_constant_pool_bucket_t * | buckets |
The buckets in the hash map. | |
pm_constant_t * | constants |
The constants that are stored in the buckets. | |
uint32_t | size |
The number of buckets in the hash map. | |
uint32_t | capacity |
The number of buckets that have been allocated in the hash map. | |
The overall constant pool, which stores constants found while parsing.
Definition at line 118 of file pm_constant_pool.h.
pm_constant_pool_bucket_t* pm_constant_pool_t::buckets |
The buckets in the hash map.
Definition at line 120 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), pm_constant_pool_init(), and pm_serialize_content().
uint32_t pm_constant_pool_t::capacity |
The number of buckets that have been allocated in the hash map.
Definition at line 129 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), pm_constant_pool_init(), and pm_serialize_content().
pm_constant_t* pm_constant_pool_t::constants |
The constants that are stored in the buckets.
Definition at line 123 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), pm_constant_pool_id_to_constant(), pm_constant_pool_init(), and pm_serialize_content().
uint32_t pm_constant_pool_t::size |
The number of buckets in the hash map.
Definition at line 126 of file pm_constant_pool.h.
Referenced by pm_constant_pool_init(), and pm_serialize_content().