|
|
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()
|