nn::fnd::HeapBase::Destroy Member Function

Syntax

void Destroy(
     HeapBase * child
);

Parameters

Name Description
in child Specifies the address of the heap to destroy. Specify a child heap whose immediate parent is the calling heap.

Return Values

None.

Description

Destroys a heap that was created within a parent heap.

Use this function to discard a heap that was created within a parent heap using one of the Create functions provided for the various heap types.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL