#include <revolution/os.h>
void OSFreeToHeap (OSHeapHandle heap, void* ptr);
|
Heap handle where ptr was allocated. |
|
Pointer to object that the OSAlloc or OSAllocFromHeap function previously returned. |
None.
Although this function is provided for compatibility's sake, we recommend using the MEM library.
Returns memory region referenced by ptr to heap.
Memory Allocation Functions, OSAlloc, OSAllocFromHeap, OSSetCurrentHeap
2006/03/01 Initial version.
CONFIDENTIAL