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:
pHeap Pointer to the main heap for which the temp heap is desired.
Returns:
Pointer to the heaps 'Temp' heap.
See also:
MFHeap_GetHeap()

MFHeap_SetActiveHeap()


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