IFSMgr_CheckHeap(
void * pMemptr,
char * pFilename,
unsigned int Line
)
This service works only on debug builds of the IFS manager. On non-debug builds, it returns success without doing anything. This service checks the consistency of the entire heap and of the heap allocation whose pointer is passed in. If there is any inconsistency, the IFS manager puts out an error message and breaks into the debugger. The error message is generated in an infinite loop so you cannot continue from this point on.