nn::os::StackMemoryBlock::StackMemoryBlock Constructor

Syntax

#include <nn/os.h>

StackMemoryBlock();

Parameters

None.

Description

Constructs an object.

Does not initialize the object when no arguments are specified. You must call Initialize separately.

If size is not a multiple of 4096 the value will be rounded up automatically internally, but try if at all possible to specify a size that is a multiple of 4096.

Revision History

2011/06/22
Added a note about the size.
2010/08/18
Initial version.

CONFIDENTIAL