nn::os::ManagedThread::GetStackBufferSize Member Function

Syntax

#include <nn/os.h>

size_t GetStackBufferSize() const;

Parameters

None.

Return Values

Returns the size of the buffer being used for the stack.

Description

Gets the size of the buffer being used for the stack.

This function gets the value for the size of the stack specified by Initialize, TryInitialize, InitializeUsingAutoStack, or TryInitializeUsingAutoStack.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL