nn::os::SetDeviceMemorySize Function#include <nn/os.h> Result SetDeviceMemorySize( size_t size );
| Name | Description | |
|---|---|---|
| in | size |
Specifies the new device memory size. The size argument must be a multiple of 4096. It is possible to reset a different size of device memory, but when doing so both the size before changing and the size after changing must be multiples of 1048576 (1 MB). |
Changes the size of the device memory.
CONFIDENTIAL