nn::os::ManagedThread::GetStackSize Member Function

Syntax

#include <nn/os.h>

size_t GetStackSize() const;

Arguments

None.

Return Values

Returns the size of the stack.

Description

Gets the size of the stack.

ManagedThread uses this to store management information for the end of the buffer passed as the stack. This function gets the size actually used as the stack, exluding the region used as management information.

Revision History

2012/04/13
Initial version.

CONFIDENTIAL