Instance Property インスタンスプロパティ

relinquishFunction

The function used to relinquish memory. メモリを放棄するのに使われる関数。

Declaration 宣言

var relinquishFunction: ((UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?) -> Void)? { get set }

Discussion 議論

This specifies the function to use when an item is removed from a table or pointer array. これは、ある項目がテーブルまたはポインタ配列から取り除かれるときに使う関数を指定します。

See Also 参照

Memory Configuration メモリ構成設定