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