GRPC Core  9.0.0
Data Fields
mdtab_shard Struct Reference

Data Fields

gpr_mu mu
 
InternedMetadata::BucketLink * elems
 
size_t count
 
size_t capacity
 
gpr_atm free_estimate
 Estimate of the number of unreferenced mdelems in the hash table. More...
 

Field Documentation

◆ capacity

size_t mdtab_shard::capacity

◆ count

size_t mdtab_shard::count

◆ elems

InternedMetadata::BucketLink* mdtab_shard::elems

◆ free_estimate

gpr_atm mdtab_shard::free_estimate

Estimate of the number of unreferenced mdelems in the hash table.

This will eventually converge to the exact number, but it's instantaneous accuracy is not guaranteed

◆ mu

gpr_mu mdtab_shard::mu

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