MEMGetHeapEndAddress

C Specification

#include <revolution/mem.h>

void* MEMGetHeapEndAddress( MEMHeapHandle heap );

Arguments

heap Heap handle.

Return Values

Returns the end address+1 for the memory region that the heap uses.

Description

This function gets the end address+1 for the memory region that the heap uses.

See Also

MEMGetHeapStartAddress

Revision History

03/01/2006 Initial version.