public static interface StackOverflowCheck.OSSupport
| Modifier and Type | Method and Description |
|---|---|
default org.graalvm.word.UnsignedWord |
lookupStackBase()
The highest address of the stack or zero if not supported.
|
org.graalvm.word.UnsignedWord |
lookupStackEnd()
The lowest address of the stack.
|
default org.graalvm.word.UnsignedWord |
lookupStackEnd(org.graalvm.word.UnsignedWord requestedStackSize)
The lowest address of the stack.
|
default org.graalvm.word.UnsignedWord lookupStackBase()
org.graalvm.word.UnsignedWord lookupStackEnd()
default org.graalvm.word.UnsignedWord lookupStackEnd(org.graalvm.word.UnsignedWord requestedStackSize)
requestedStackSize - requested stack size. If zero, then the value is ignored.