Type Property 型プロパティ

strongMemory

Use strong write-barriers to backing store; use garbage-collected memory on copy-in. 強い書き込み防壁を補助記憶装置に対して使ってください;ガベージコレクションされるメモリをコピーインでは使ってください。

Declaration 宣言

static var strongMemory: NSPointerFunctions.Options { get }

Discussion 議論

This is the default memory value. これは省略時のメモリ値です。

As a special case, if you do not use garbage collection and specify this value in conjunction with objectPersonality or objectPointerPersonality then the NSPointerFunctions object uses retain and release. 特別な事例として、あなたがガベージコレクションを使わないそしてこの値をobjectPersonalityまたはobjectPointerPersonalityと協力して指定するならば、そのときNSPointerFunctionsオブジェクトはretainreleaseを使います。

If you do not use garbage collection, and specify this value in conjunction with a valid non-object personality, it is the same as specifying mallocMemory. あなたがガベージコレクションを使わない、そしてこの値を有効な非オブジェクトパーソナリティと協力して指定するならば、それはmallocMemoryを指定することと同じです。

See Also 参照

Memory Options メモリオプション