MEMGetHeapEndAddress

Syntax

#include <revolution/mem.h>

void* MEMGetHeapEndAddress( MEMHeapHandle heap );

Arguments

heap Heap handle passed to the function.

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

2006/03/01 Initial version.


CONFIDENTIAL