#include <nnsys/fnd.h>
void* NNS_FndGetHeapEndAddress(NNSFndHeapHandle heap);
| heap | Heap handle |
The ending address +1 of the memory region used by the heap.
This function obtains the ending address +1 of the memory region used by the heap.
04/01/2004 Initial version.