Function mmtk::policy::marksweepspace::malloc_ms::metadata::is_meta_space_mapped_for_address
source · fn is_meta_space_mapped_for_address(address: Address) -> bool
Expand description
Check if metadata is mapped for a given address. We check if the active chunk metadata is mapped, and if the active chunk bit is marked as well. If the chunk is mapped and marked, we consider the metadata for the chunk is properly mapped.