Lines Matching refs:mwCounter

333 static unsigned long mwCounter = 0L;  variable
875 mwCounter ++; in mwMalloc()
886 mwCounter, file, line, (long)size, mwAllocLimit - mwStatCurAlloc ); in mwMalloc()
905 mwCounter, file, line, (long)size, mwStatCurAlloc ); in mwMalloc()
913 mw->count = mwCounter; in mwMalloc()
970 mwCounter, file, line, mw ); in mwRealloc()
978 mwCounter ++; in mwRealloc()
980mwCounter, file, line, (unsigned long)size - mw->size, mwAllocLimit - mwStatCurAlloc ); in mwRealloc()
1012 mwCounter, file, line, p, in mwRealloc()
1023 mwCounter, file, line, p ); in mwRealloc()
1038 mwCounter, file, line ); in mwStrdup()
1067 mwCounter ++; in mwFree()
1072 mwCounter, file, line ); in mwFree()
1090 mwCounter, file, line, mw ); in mwFree()
1114 sprintf( buffer, "FBI<%ld>%s(%d)", mwCounter, file, line ); in mwFree()
1137 mwCounter, file, line, p, in mwFree()
1148 mwCounter, file, line, p ); in mwFree()
1238 mwCounter++; in mwAssert()
1239 mwWrite( "assert trap: <%ld> %s(%d), %s\n", mwCounter, fn, ln, exps ); in mwAssert()
1245 mwWrite( "assert trap: <%ld> IGNORED - execution continues\n", mwCounter ); in mwAssert()
1249 mwWrite( "assert trap: <%ld> RETRY - executing again\n", mwCounter ); in mwAssert()
1256 mwWrite( "assert trap: <%ld> AUTO IGNORED - execution continues\n", mwCounter ); in mwAssert()
1297 mwCounter++; in mwVerify()
1298 mwWrite( "verify trap: <%ld> %s(%d), %s\n", mwCounter, fn, ln, exps ); in mwVerify()
1303 mwWrite( "verify trap: <%ld> IGNORED - execution continues\n", mwCounter ); in mwVerify()
1308 mwWrite( "verify trap: <%ld> RETRY - executing again\n", mwCounter ); in mwVerify()
1324 mwWrite( "verify trap: <%ld> AUTO IGNORED - execution continues\n", mwCounter ); in mwVerify()
1467 mwCounter, mwGrabType(type), p ); in mwDrop_()
1577 mwCounter, file, line, mw ); in mwUnlink()
1583 mwCounter, file, line, mw ); in mwUnlink()
1589 mwCounter, file, line, mw ); in mwUnlink()
1595 mwCounter, file, line, mw ); in mwUnlink()
1625 mwWrite("relink: <%ld> %s(%d) attempting to repair MW-%p...\n", mwCounter, file, line, mw ); in mwRelink()
1718 … mwWrite("relink: <%ld> %s(%d) heap is empty, nothing to repair\n", mwCounter, file, line ); in mwRelink()
1720 mwWrite("relink: <%ld> %s(%d) heap damaged beyond repair\n", mwCounter, file, line ); in mwRelink()
1725 mwWrite("relink: <%ld> %s(%d) attempting emergency repairs...\n", mwCounter, file, line ); in mwRelink()
1939 mwCounter, file, line, mw ); in mwIsOwned()
1978 mwCounter, file, line, mw ); in mwIsOwned()
1998 mwCounter, file, line, mw ); in mwTestBuf()
2005 mwCounter, file, line ); in mwTestBuf()
2012 mwCounter,file,line, (long)mw->size, mw->count, mw->file, mw->line ); in mwTestBuf()
2018 mwCounter,file,line, (long)mw->size, mw->count, mw->file, mw->line ); in mwTestBuf()
2026 mwCounter,file,line, (long)mw->size, mw->count, mw->file, mw->line ); in mwTestBuf()
2033 mwCounter,file,line, (long)mw->size, mw->count, mw->file, mw->line ); in mwTestBuf()
2152 #define AIPH() if( always_invoked ) { mwWrite("autocheck: <%ld> %s(%d) ", mwCounter, file, line ); …
2161 mwCounter, file, line, in mwTestNow()
2232 mwCounter, file, line ); in mwTestNow()