Mount Fuji Engine  0.8b
MF_API void MFHeap_RegisterCustomHeap ( const MFMemoryCallbacks pCallbacks,
void *  pUserData 
)

Registers a set of callbacks and some user data to access a custom heap.

Parameters
pCallbacksPointer to an MFMemoryCallbacks structure containing a set of callbacks to be used for memory management.
pUserDataPointer to a block of user data. This is passed into the memory callbacks. This parameter may be NULL.
Returns
None.
See Also
MFHeap_GetHeap()