nn::os::StackMemory::GetStackSize Member Function

Syntax

size_t GetStackSize() const;

Parameters

None.

Return Values

Returns the size of the allocated memory region.

Description

Gets the size of the allocated memory region.

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

Revision History

2010/08/18
Initial version.

CONFIDENTIAL