#include <nnsys/fnd.h>
void NNS_FndFreeToExpHeap(NNSFndHeapHandle heap, void* memBlock);
heap | Extended heap handle |
memBlock | Pointer to the memory block that is to be freed |
None.
Deallocates a memory block.
NNS_FndAllocFromExpHeap, NNS_FndAllocFromExpHeapEx
2004/10/15 Changed "frame heap handle" to "extended heap handle" in the explanation of the argument heap
2004/04/01 Initial Version
CONFIDENTIAL