NNS_FndFreeToUnitHeap

Syntax

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

Arguments

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

Return Values

None.

Description

This function returns the memory block to the unit heap.

See Also

NNS_FndAllocFromUnitHeap

Revision History

2004/04/01 Initial version.


CONFIDENTIAL