nn::os::GetUsingMemorySize Function

Syntax

size_t GetUsingMemorySize();

Parameters

None.

Return Values

Returns the total size of memory in bytes currently allocated to the program.

Description

Gets the total size of memory currently allocated to the program.

The memory allocated to the program includes the program's static region, the heap, and device memory.

Revision History

2010/08/23
Initial version.

CONFIDENTIAL