nn::os::MemoryBlock::Initialize Member Function#include <nn/os.h>
void Initialize(
size_t size
);
| Name | Description | |
|---|---|---|
| in | size | The size argument for the amount of memory to allocate must be a multiple of 4096. |
Allocates memory.
Allocates size bytes of unused memory from the region specified by InitializeMemoryBlock.
CONFIDENTIAL