Type Alias FieldRVAMap
pub type FieldRVAMap = SkipMap<Token, FieldRVARc>;Expand description
Thread-safe map of field RVA entries indexed by field token.
This skip list-based map provides efficient concurrent access to field RVA information, allowing multiple threads to resolve field data locations during metadata processing and static field initialization.
Aliased Typeยง
pub struct FieldRVAMap { /* private fields */ }