nn::os::SetHeapSize Function

Syntax

#include <nn/os.h>

Result SetHeapSize(
     size_t size
);

Arguments

Name Description
in size Specifies the new heap size. The size argument must be a multiple of 4096.

Return Values

Description

Changes the size of the heap.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL