MEMAllocFromUnitHeap

C Specification

#include <revolution/mem.h>

void* MEMAllocFromUnitHeap( MEMHeapHandle heap );

Arguments

heap Unit heap handle.

Return Values

When the memory block is allocated, the start address of this memory block is returned. When the memory cannot be allocated, NULL is returned.

Description

This function allocates a memory block from the unit heap.

See Also

MEMFreeToUnitHeap, MEMCreateUnitHeap, MEMCreateUnitHeapEx

Revision History

2006/03/01 Initial version.


CONFIDENTIAL