pub unsafe extern "C" fn swift_deallocUninitializedObject(
    object: *mut HeapObject,
    allocatedSize: usize,
    allocatedAlignMask: usize,
)
Expand description

Deallocate an uninitialized object with a strong reference count of +1.

It must have been returned by swift_allocObject, but otherwise the object is in an unknown state.

\param object - never null \param allocatedSize - the allocated size of the object from the program’s perspective, i.e. the value \param allocatedAlignMask - the alignment requirement that was passed to allocObject