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

acquireFunction

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

Declaration 宣言

@property(nonnull) void * (*acquireFunction)(const void *src, NSUInteger (*size)(const void *item), BOOL shouldCopy);

Discussion 議論

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

See Also 参照

Memory Configuration メモリ構成設定