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