Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c291 static void * mwLastFree[MW_FREE_LIST]; variable
917 if( mwLastFree[i] == p ) { in mwRealloc()
1021 mwLastFree[ mwLFcur++ ] = p; in mwFree()
1030 if( mwLastFree[i] == p ) { in mwFree()
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c243 static void *mwLastFree[MW_FREE_LIST]; variable
971 if (mwLastFree[i] == p) { in mwRealloc()
1073 mwLastFree[mwLFcur++] = p; in mwFree()
1082 if (mwLastFree[i] == p) { in mwFree()
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c353 static void * mwLastFree[MW_FREE_LIST]; variable
1008 if( mwLastFree[i] == p ) { in mwRealloc()
1123 mwLastFree[ mwLFcur++ ] = p; in mwFree()
1133 if( mwLastFree[i] == p ) { in mwFree()