nn::os::MemoryBlock::MemoryBlock Constructor

Syntax

#include <nn/os.h>

MemoryBlock();

explicit MemoryBlock(
     size_t size
);

List of Overloaded Member Functions

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

Description of MemoryBlock()

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

Description of MemoryBlock(size_t)

Calls Initialize internally to allocate memory.


CONFIDENTIAL