pub(crate) const GLOBAL_SIDE_METADATA_BASE_OFFSET: usize = 0;Expand description
The compile-time base offset for global side metadata layout. We treat offsets as relative (starting from zero) and add the runtime base address when computing actual addresses.