NNS_FndFreeToExpHeap

Syntax

#include <nnsys/fnd.h>
void NNS_FndFreeToExpHeap(NNSFndHeapHandle heap, void* memBlock);

Arguments

heap Extended heap handle
memBlock Pointer to the memory block that is to be freed

Return Values

None.

Description

Deallocates a memory block.

See Also

NNS_FndAllocFromExpHeap, NNS_FndAllocFromExpHeapEx

Revision History

2004/10/15 Changed "frame heap handle" to "extended heap handle" in the explanation of the argument heap
2004/04/01 Initial Version


CONFIDENTIAL