nn::os::ManagedThread::GetStackBottom Member Function#include <nn/os.h> uptr GetStackBottom() const;
None.
Gets the address of the bottom of the stack.
ManagedThread uses this to store management information for the end of the buffer passed as the stack. This function gets the address next after the region actually used as the stack, exluding the region used as management information. This is the sum of the value obtained by the GetStackBufferBegin function plus the value obtained by the GetStackSize function.
CONFIDENTIAL