Function swift_runtime_sys::root::swift::swift_setDeallocating

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

Sets the RC_DEALLOCATING_FLAG flag. This is done non-atomically. The strong reference count of \p object must be 1 and no other thread may retain the object during executing this function.