nn::os::SetHeapSize Function#include <nn/os.h> Result SetHeapSize( size_t size );
| Name | Description | |
|---|---|---|
| in | size |
Specifies the new heap size. The size argument must be a multiple of 4096. |
Changes the size of the heap.
It is inappropriate to call this function if nninitStartUp is not being replaced in the application. In an environment where assertions are enabled, processing will be stopped if this function is called without replacing nninitStartUp.
CONFIDENTIAL