var relinquishFunction : ((UnsafeRawPointer, ((UnsafeRawPointer) -> Int)?) -> Void)?
The function used to relinquish memory.
メモリを放棄するのに使われる関数。
var usesStrongWriteBarrier : Bool
Specifies whether, in a garbage collected environment, pointers should be assigned using a strong write barrier.
ガベージコレクション環境において、ポインタが強い書き込み防壁を使って割り当てられるべきかどうかを指定します。
var usesWeakReadAndWriteBarriers : Bool
Specifies whether, in a garbage collected environment, pointers should use weak read and write barriers.
ガベージコレクション環境において、ポインタが弱い読み出しおよび書き込み防壁を使って割り当てられるべきかどうかを指定します。