pub unsafe extern "C-unwind" fn set_shadow_heap_header(
address: VirtualAddress,
count: usize,
)Available on crate feature
full only.Expand description
Marks count entries in the shadow map starting at address as “heap headers”.
§Safety
address through address + count must be addresses in the shadow map.