nn::fnd::ExpHeapTemplate::Free Member Function
Syntax
void Free( 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.
Revision History
2010/01/07
Initial version.
CONFIDENTIAL