MEMGetHeapStartAddress

Syntax

#include <revolution/mem.h>

void* MEMGetHeapStartAddress( MEMHeapHandle heap );

Arguments

heap Heap handle

Return Values

Start address of the memory region that the heap uses is returned.

Description

This function returns the start address of the memory region that the heap uses.

See Also

MEMGetHeapEndAddress

Revision History

2006/03/01 Initial version.


CONFIDENTIAL