Home
last modified time | relevance | path

Searched refs:mwAllocLimit (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c255 static long mwAllocLimit = 0L; variable
800 if( mwUseLimit && ((long)size + mwStatCurAlloc > mwAllocLimit) ) { in mwMalloc()
802 mwCounter, file, line, (long)size, mwAllocLimit - mwStatCurAlloc ); in mwMalloc()
887 if( mwUseLimit && ((long)size + mwStatCurAlloc - (long)mw->size > mwAllocLimit) ) { in mwRealloc()
891 … mwCounter, file, line, (unsigned long)size - mw->size, mwAllocLimit - mwStatCurAlloc ); in mwRealloc()
1092 if( !mwAllocLimit ) mwWrite( "none" ); in mwLimit()
1093 else mwWrite( "%ld bytes", mwAllocLimit ); in mwLimit()
1103 mwAllocLimit = lim; in mwLimit()
1279 (mwStatCurAlloc + mwGrabSize + (long)sizeof(mwGrabData) > mwAllocLimit) ) { in mwGrab_()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c210 static long mwAllocLimit = 0L; variable
854 if (mwUseLimit && ((long) size + mwStatCurAlloc > mwAllocLimit)) { in mwMalloc()
856 mwCounter, file, line, (long) size, mwAllocLimit - mwStatCurAlloc); in mwMalloc()
943 if (mwUseLimit && ((long) size + mwStatCurAlloc - (long) mw->size > mwAllocLimit)) { in mwRealloc()
947 mwCounter, file, line, (unsigned long) size - mw->size, mwAllocLimit - mwStatCurAlloc); in mwRealloc()
1156 if (!mwAllocLimit) in mwLimit()
1159 mwWrite("%ld bytes", mwAllocLimit); in mwLimit()
1168 mwAllocLimit = lim; in mwLimit()
1356 (mwStatCurAlloc + mwGrabSize + (long) sizeof(mwGrabData) > mwAllocLimit)) { in mwGrab_()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c317 static long mwAllocLimit = 0L; variable
884 if( mwUseLimit && ((long)size + mwStatCurAlloc > mwAllocLimit) ) { in mwMalloc()
886 mwCounter, file, line, (long)size, mwAllocLimit - mwStatCurAlloc ); in mwMalloc()
976 if( mwUseLimit && ((long)size + mwStatCurAlloc - (long)mw->size > mwAllocLimit) ) { in mwRealloc()
980 … mwCounter, file, line, (unsigned long)size - mw->size, mwAllocLimit - mwStatCurAlloc ); in mwRealloc()
1205 if( !mwAllocLimit ) mwWrite( "none" ); in mwLimit()
1206 else mwWrite( "%ld bytes", mwAllocLimit ); in mwLimit()
1216 mwAllocLimit = lim; in mwLimit()
1410 (mwStatCurAlloc + mwGrabSize + (long)sizeof(mwGrabData) > mwAllocLimit) ) { in mwGrab_()