nn::os::StackMemoryBlock::StackMemoryBlock Constructor

Syntax

#include <nn/os.h>

explicit StackMemoryBlock(
     size_t size
);

Arguments

Name Description
in size Size of memory to be allocated. The size argument must be a multiple of 4096.

Description

Constructs an object and allocates memory.

Calls Initialize internally to allocate memory.

Revision History

2010/08/18
Initial version.

CONFIDENTIAL