nn::init::InitializeAllocator Function
void InitializeAllocator(
size_t size
);
| Name | Description | |
|---|---|---|
| in | size | Size of the system heap. |
Initializes the system heap.
Initializes the system heap to have the specified size.
You must call nn::os::InitializeMemoryBlock before calling this function.
CONFIDENTIAL