#include <revolution/os.h>
void OSFree(void* ptr);
|
Non-null pointer to the object previously allocated by the OSAlloc or OSAllocFromHeap function. |
None.
Although this function is provided for compatibility's sake, we recommend using the MEM library.
Deallocates memory referenced by the pointer to the current heap ptr.
Memory Allocation Functions, OSAlloc, OSAllocFromHeap, OSSetCurrentHeap
2006/03/01 Initial version.
CONFIDENTIAL