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