nn::os::StackMemory::StackMemory Constructor

Syntax

explicit StackMemory(
     void * pMem,
     size_t size
);

Arguments

Name Description
in pMem Pointer to the beginning of the memory region to partition. Must be 4096-byte aligned.
in size Size of memory region to partition. The size argument must be a multiple of 4096.

Description

Constructs an object and partitions a memory region.

Calls the Initialize function internally.

Revision History

2010/08/18
Initial version.

CONFIDENTIAL