Home
last modified time | relevance | path

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

/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c216 typedef struct mwStat_ mwStat; typedef
280 static mwStat* mwStatList = NULL;
1478 mwStat *ms; in mwRelink()
1793 mwStat *ms; in mwIsOwned()
2111 mwStat* ms, *ms2; in mwStatReport()
2158 mwStat* ms; in mwStatGet()
2176 ms = (mwStat*) malloc( sizeof(mwStat) ); in mwStatGet()
2178 if( mwFreeUp( sizeof(mwStat), 0 ) < sizeof(mwStat) || in mwStatGet()
2179 (ms=(mwStat*)malloc(sizeof(mwStat))) == NULL ) { in mwStatGet()
2196 mwStat* ms; in mwStatAlloc()
[all …]
/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c171 typedef struct mwStat_ mwStat; typedef
232 static mwStat *mwStatList = NULL;
1579 mwStat *ms; in mwRelink()
1867 mwStat *ms; in mwIsOwned()
2218 mwStat *ms, *ms2; in mwStatReport()
2250 mwStat *ms; in mwStatGet()
2275 ms = (mwStat *) malloc(sizeof(mwStat)); in mwStatGet()
2277 if (mwFreeUp(sizeof(mwStat), 0) < sizeof(mwStat) || in mwStatGet()
2278 (ms = (mwStat *) malloc(sizeof(mwStat))) == NULL) { in mwStatGet()
2296 mwStat *ms; in mwStatAlloc()
[all …]
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c270 typedef struct mwStat_ mwStat; typedef
342 static mwStat* mwStatList = NULL;
1609 mwStat *ms; in mwRelink()
1924 mwStat *ms; in mwIsOwned()
2242 mwStat* ms, *ms2; in mwStatReport()
2289 mwStat* ms; in mwStatGet()
2307 ms = (mwStat*) malloc( sizeof(mwStat) ); in mwStatGet()
2309 if( mwFreeUp( sizeof(mwStat), 0 ) < sizeof(mwStat) || in mwStatGet()
2310 (ms=(mwStat*)malloc(sizeof(mwStat))) == NULL ) { in mwStatGet()
2327 mwStat* ms; in mwStatAlloc()
[all …]