nn::os::ManagedThread::GetStackBottom Member Function

Syntax

#include <nn/os.h>

uptr GetStackBottom() const;

Parameters

None.

Return Values

Returns the address of the bottom of a stack.

Description

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.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL