nn::os::ManagedThread::GetStackBufferBegin Member Function#include <nn/os.h> uptr GetStackBufferBegin() const;
None.
Gets the starting address of the buffer being used for the stack.
The starting address of the buffer being used for the stack is not the same as the top of the stack, which is the currently used position of the stack. Rather, it is the starting address of the overall buffer that has been specified for the stack.
CONFIDENTIAL