nn::os::StackMemoryBlock::StackMemoryBlock Constructor

Syntax

#include <nn/os.h>

StackMemoryBlock();

explicit StackMemoryBlock(
     size_t size
);

List of Overloaded Member Functions

StackMemoryBlock ( ) Constructs an object.
StackMemoryBlock ( size_t ) Constructs an object and allocates memory.

Description of StackMemoryBlock ( )

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

Description of StackMemoryBlock ( size_t )

Calls Initialize internally to allocate memory.


CONFIDENTIAL