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

Returns a pointer to a heap's associated 'Temp' heap. This heap can be used for making small, short term allocations. Temp allocations are typically allocated in a different area in the heap so they dont interfere with, or fragment, regular allocations.

Parameters
pHeapPointer to the main heap for which the temp heap is desired.
Returns
Pointer to the heaps 'Temp' heap.
See Also
MFHeap_GetHeap()
MFHeap_SetActiveHeap()