thread_stackBottom

Returns the stack bottom of the currently active stack within the calling thread.

In: The calling thread must be attached to the runtime.

extern (C)
void*
thread_stackBottom
nothrow @nogc
(
)
in { assert (Thread.getThis()); }

Return Value

Type: void*

The address of the stack bottom.

Suggestion Box / Bug Report