Skip to content

swift_defaultActor_deallocateResilient(__)

0x41c edited this page Feb 28, 2022 · 1 revision

swift_defaultActor_deallocateResilient(_:)

Deallocate a heap object that might be a default actor.

@_silgen_name("swift_defaultActor_deallocateResilient")
public func swift_defaultActor_deallocateResilient(
    _ possibleDefaultActor: UnsafeRawPointer
)

Objects that are not default objects get deallocated normally using swift_deallocObject.

Parameters

  • possibleDefaultActor: The heap-object/actor to deallocate.
Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally