MEMGetHeapStartAddress

C Specification

#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

03/01/2006 Initial version.