nn::os::StackMemory::Finalize Member Function

Syntax

void * Finalize();

Arguments

None.

Return Values

Returns the pointer to the beginning of the region where the partition was released.

Description

Frees a memory partition.

Unmaps from the partition, allowing the original address to be accessed again.

Revision History

2011/06/22
Added description of the return value.
2010/08/18
Initial version.

CONFIDENTIAL