#include <revolution/os.h>
long OSCheckHeap(OSHeapHandle heap);
|
Active heap handle. |
Returns -1 if heap is inconsistent. Otherwise, the number of bytes that a free list can use.
Although this function is provided for compatibility's sake, we recommend using the MEM library.
Checks the heap region heap for debugging.
Memory Allocation Functions, OSDumpHeap, OSInitAlloc
03/01/2006 Initial version.