Function swift_runtime_sys::root::swift::swift_verifyEndOfLifetime

source ยท
pub unsafe extern "C" fn swift_verifyEndOfLifetime(
    object: *mut HeapObject,
)
Expand description

Performs verification that the lifetime of a stack allocated object has ended. It aborts if the reference counts of the object indicate that the object did escape to some other location.