nn::fnd::UnitHeapTemplate::FreeV Member Function

Syntax

virtual void FreeV(
     void * p
);

Parameters

Name Description
in p Specifies a pointer to memory.

Return Values

None.

Description

Frees the memory that was allocated from this heap.

This is a virtual member function, so the memory can be freed from the HeapBase class.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL