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

stackSize

The stack size of the receiver, in bytes. レシーバのスタックサイズ、バイト数で。

Declaration 宣言

var stackSize: Int { get set }

Discussion 議論

This value must be in bytes and a multiple of 4KB. この値は、バイトでそして4KBの倍数でなければなりません。

To change the stack size, you must set this property before starting your thread. Setting the stack size after the thread has started changes the attribute size (which is reflected by the stackSize method), but it does not affect the actual number of pages set aside for the thread. スタックサイズを変更するには、あなたはこのプロパティをあなたのスレッドを開始する前に設定しなければなりません。スレッドが開始した後にスタックサイズを設定することは、属性サイズを変更します(それはstackSizeメソッドに反映されます)、しかしそれはスレッドのために別にして設定される実際のページ数に影響を与えません。

See Also 参照

Working with Thread Properties スレッドプロパティを扱う