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

Syntax

#include <nn/os.h>

uptr GetStackBottom() const;

Arguments

None.

Return Values

Returns the ending address of the allocated memory region.

Description

Gets the ending address of the allocated memory region.

Interface for directly passing an instance of StackMemoryBlock to Thread::Start.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL