NNS_FndFreeToExpHeap

C Specification

#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

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