thread_stackTop

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

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

extern (C) nothrow @nogc in
void*
thread_stackTop
()

Return Value

Type: void*

The address of the stack top.

Suggestion Box / Bug Report