GetStackBottom

nn::os::StackMemoryBlock::GetStackBottom Member Function

Syntax

#include <nn/os.h>

uptr GetStackBottom() const;

Parameters

None.

Return Values

Returns the ending address of the allocated memory region.

Description

Gets the ending address of the allocated memory region.

This implements an interface required to pass memory in the stack format used by Thread::Start.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL