nn::fnd::UnitHeapTemplate::Free Member Function

Syntax

void Free(
     void * p
);

Arguments

Name Description
in p Specifies a pointer to memory.

Return Values

None.

Description

Frees the memory that was allocated from this heap.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL