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

acquireFunction

The function used to acquire memory. メモリを獲得するのに使われる関数。

Declaration 宣言

var acquireFunction: ((UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?, ObjCBool) -> UnsafeMutableRawPointer)? { get set }

Discussion 議論

This specifies the function to use for copy-in operations. これは、コピーイン演算のために使う関数を指定します。

See Also 参照

Memory Configuration メモリ構成設定