nn::os::StackMemory::StackMemory Constructor

Syntax

StackMemory();

explicit StackMemory(
     void * pMem,
     size_t size
);

List of Overloaded Member Functions

StackMemory() Constructs an object.
StackMemory(void *, size_t) Constructs an object and partitions a memory region.

Description of StackMemory

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

Description of StackMemory(void *, size_t)

Calls the Initialize function internally.


CONFIDENTIAL