nn::fnd::ExpHeapTemplate::FreeV Member Function

Syntax

virtual void FreeV(
     void * p
);

Arguments

Name Description
in p Specifies the starting address of the memory block to free.

Return Values

None.

Description

Frees a memory block that was allocated from the expanded 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