Mount Fuji Engine  0.8b
MF_API MFHeap* MFHeap_SetActiveHeap ( MFHeap pHeap)

Changes the current 'Active' heap, that is, the heap allocations are made in by default. passing MFHT_Active to MFHeap_GetHeap() will retrieve the current active heap.

Parameters
pHeapPointer to a heap that will be come the active heap.
Returns
Pointer to the old active heap.
See Also
MFHeap_GetHeap()