NNS_FndGetHeapEndAddress

Syntax

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

Arguments

heap Heap handle

Return Values

The ending address +1 of the memory region used by the heap.

Description

This function obtains the ending address +1 of the memory region used by the heap.

See Also

NNS_FndGetHeapStartAddress

Revision History

2004/04/01 Initial version.


CONFIDENTIAL