void * MFHeap_Alloc uint32  bytes,
MFHeap pHeap = NULL
 

Allocates a new memory block of the specified size.

Parameters:
bytes Number of bytes to allocate for the new buffer.
pHeap Optional pointer to an MFHeap where the memory will be allocated. If pHeap is set to NULL, the current 'Active' heap will be used.
Returns:
A pointer to a new area in memory ready for use.
See also:
MFHeap_Realloc()

MFHeap_Free()


Generated on Sat Oct 28 16:27:34 2006 for MountFuji Engine by  doxygen 1.4.5