Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c252 static int mwStatLevel = MW_STAT_DEFAULT; variable
564 if( mwStatLevel != level ) in mwStatistics()
568 mwStatLevel = level; in mwStatistics()
855 if( mwStatLevel ) mwStatAlloc( size, file, line ); in mwMalloc()
996 if( mwStatLevel ) mwStatFree( mw->size, mw->file, mw->line ); in mwFree()
2123 if( mwStatLevel < 1 ) return; in mwStatReport()
2142 if( ms->file && mwStatLevel > 1 ) in mwStatReport()
2160 if( mwStatLevel < 2 ) line = -1; in mwStatGet()
2208 if( mwStatLevel > 1 && line != -1 && file ) { in mwStatAlloc()
2228 if( mwStatLevel > 1 && line != -1 && file ) { in mwStatFree()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c314 static int mwStatLevel = MW_STAT_DEFAULT; variable
641 if( mwStatLevel != level ) in mwStatistics()
645 mwStatLevel = level; in mwStatistics()
941 if( mwStatLevel ) mwStatAlloc( size, file, line ); in mwMalloc()
1098 if( mwStatLevel ) mwStatFree( mw->size, mw->file, mw->line ); in mwFree()
2254 if( mwStatLevel < 1 ) return; in mwStatReport()
2273 if( ms->file && mwStatLevel > 1 ) in mwStatReport()
2291 if( mwStatLevel < 2 ) line = -1; in mwStatGet()
2339 if( mwStatLevel > 1 && line != -1 && file ) { in mwStatAlloc()
2359 if( mwStatLevel > 1 && line != -1 && file ) { in mwStatFree()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c207 static int mwStatLevel = MW_STAT_DEFAULT; variable
509 mwStatLevel = level; in mwStatistics()
909 if (mwStatLevel) in mwMalloc()
1048 if (mwStatLevel) in mwFree()
2226 if (mwStatLevel < 1) in mwStatReport()
2235 if (ms->file && mwStatLevel > 1) { in mwStatReport()
2252 if (mwStatLevel < 2) in mwStatGet()
2308 if (mwStatLevel > 1 && line != -1 && file) { in mwStatAlloc()
2330 if (mwStatLevel > 1 && line != -1 && file) { in mwStatFree()