nn::os::MemoryBlock::MemoryBlock Constructor

Syntax

#include <nn/os.h>

explicit MemoryBlock(
     size_t size
);

Arguments

Name Description
in size The size argument for the amount of memory to allocate 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