pub fn early_object_map(info: MapInfo) -> MappedObjectAddrs
Expand description
Map an object into the address space, without tracking it. This leaks the mapping, but is useful for bootstrapping. See the object mapping gate comments for more details.
pub fn early_object_map(info: MapInfo) -> MappedObjectAddrs
Map an object into the address space, without tracking it. This leaks the mapping, but is useful for bootstrapping. See the object mapping gate comments for more details.