Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c256 static int mwUseLimit = 0; variable
800 if( mwUseLimit && ((long)size + mwStatCurAlloc > mwAllocLimit) ) { in mwMalloc()
887 if( mwUseLimit && ((long)size + mwStatCurAlloc - (long)mw->size > mwAllocLimit) ) { in mwRealloc()
898 oldUseLimit = mwUseLimit; in mwRealloc()
899 mwUseLimit = 0; in mwRealloc()
908 mwUseLimit = oldUseLimit; in mwRealloc()
1097 mwUseLimit = 0; in mwLimit()
1101 mwUseLimit = 1; in mwLimit()
1278 if( mwUseLimit && in mwGrab_()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c211 static int mwUseLimit = 0; variable
854 if (mwUseLimit && ((long) size + mwStatCurAlloc > mwAllocLimit)) { in mwMalloc()
943 if (mwUseLimit && ((long) size + mwStatCurAlloc - (long) mw->size > mwAllocLimit)) { in mwRealloc()
953 oldUseLimit = mwUseLimit; in mwRealloc()
954 mwUseLimit = 0; in mwRealloc()
963 mwUseLimit = oldUseLimit; in mwRealloc()
1163 mwUseLimit = 0; in mwLimit()
1166 mwUseLimit = 1; in mwLimit()
1355 if (mwUseLimit && in mwGrab_()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c318 static int mwUseLimit = 0; variable
884 if( mwUseLimit && ((long)size + mwStatCurAlloc > mwAllocLimit) ) { in mwMalloc()
976 if( mwUseLimit && ((long)size + mwStatCurAlloc - (long)mw->size > mwAllocLimit) ) { in mwRealloc()
988 oldUseLimit = mwUseLimit; in mwRealloc()
989 mwUseLimit = 0; in mwRealloc()
998 mwUseLimit = oldUseLimit; in mwRealloc()
1210 mwUseLimit = 0; in mwLimit()
1214 mwUseLimit = 1; in mwLimit()
1409 if( mwUseLimit && in mwGrab_()