Enumeration Case 列挙ケース

NSPointerFunctionsStrongMemory

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

Declaration 宣言

NSPointerFunctionsStrongMemory = (0UL << 0)

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 NSPointerFunctionsObjectPersonality or NSPointerFunctionsObjectPointerPersonality then the NSPointerFunctions object uses retain and release. 特別な事例として、あなたがガベージコレクションを使わないそしてこの値をNSPointerFunctionsObjectPersonalityまたはNSPointerFunctionsObjectPointerPersonalityと協力して指定するならば、そのとき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 NSPointerFunctionsMallocMemory. あなたがガベージコレクションを使わない、そしてこの値を有効な非オブジェクトパーソナリティと協力して指定するならば、それはNSPointerFunctionsMallocMemoryを指定することと同じです。

See Also 参照

Memory Options メモリオプション