nn::fnd::UnitHeapTemplate::Finalize Member Function

Syntax

void Finalize();

Parameters

None.

Return Values

None.

Description

Finalizes a heap object. This function is implicitly called by the destructor, so you do not need to call it explicitly.

If there are any blocks within the heap that have not yet been freed, the application will undergo a forced exit. Be sure to explicitly call the Invalidate function first if you want to call this function while intentionally keeping some blocks allocated.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL