nn::os::StackMemoryBlock::GetStackSize Member Function

Syntax

#include <nn/os.h>

size_t GetStackSize() const;

Arguments

None.

Return Values

Returns the size of the allocated memory region.

Description

Gets the size of the allocated memory region.

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

Revision History

2010/08/18
Initial version.

CONFIDENTIAL