Skip to content

swift_autoDiffProjectTopLevelSubcontext(__)

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

swift_autoDiffProjectTopLevelSubcontext(_:)

Calculates and returns the address to the start of the tail-allocated sub-context.

@_silgen_name("swift_autoDiffProjectTopLevelSubcontext")
public func swift_autoDiffProjectTopLevelSubcontext(
    _ instance: UnsafeRawPointer
) -> UnsafeRawPointer

Parameters

  • instance: The context to retrieve the pointer from.

Returns

A pointer to the top-level subcontext.

Types
Protocols
Global Typealiases
Global Functions
Clone this wiki locally