Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
|
A bucket in the hash map. More...
#include <pm_constant_pool.h>
Data Fields | |
unsigned int | id: 30 |
The incremental ID used for indexing back into the pool. | |
pm_constant_pool_bucket_type_t | type: 2 |
The type of the bucket, which determines how to free it. | |
uint32_t | hash |
The hash of the bucket. | |
A bucket in the hash map.
Definition at line 97 of file pm_constant_pool.h.
uint32_t pm_constant_pool_bucket_t::hash |
The hash of the bucket.
Definition at line 105 of file pm_constant_pool.h.
unsigned int pm_constant_pool_bucket_t::id |
The incremental ID used for indexing back into the pool.
Definition at line 99 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), and pm_serialize_content().
pm_constant_pool_bucket_type_t pm_constant_pool_bucket_t::type |
The type of the bucket, which determines how to free it.
Definition at line 102 of file pm_constant_pool.h.
Referenced by pm_constant_pool_free(), and pm_serialize_content().