nn::os::GetHeapAddress Function

Syntax

#include <nn/os.h>

uptr GetHeapAddress();

Arguments

None.

Return Values

Returns the starting address of the heap.

Description

Gets the starting address of the heap.

A value greater than zero must be set in advance with SetHeapSize.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL