nn::os::MemoryBlock::MemoryBlock Constructor#include <nn/os.h>
explicit MemoryBlock(
size_t size
);
| Name | Description | |
|---|---|---|
| in | size | The size argument for the amount of memory to allocate must be a multiple of 4096. |
Constructs an object and allocates memory.
Calls Initialize internally to allocate memory.
CONFIDENTIAL