nn::nex::Core::GetThreadStackSize Member Function

Syntax

static qUnsignedInt32 GetThreadStackSize();

Parameters

None.

Return Values

Thread stack size.

Description

Gets the size of the thread stack.

With the CTR, the stack buffer must be aligned to 4096 bytes, so the actual allocated memory size is the value obtained by this function + 4096 bytes.

Revision History

2011/06/03
Initial version.

CONFIDENTIAL