nn::os::ManagedThread::GetStackBufferBegin Member Function

Syntax

#include <nn/os.h>

uptr GetStackBufferBegin() const;

Parameters

None.

Return Values

Returns the starting address of the buffer being used for the stack.

Description

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.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL