Home
last modified time | relevance | path

Searched defs:mwStat_ (Results 1 – 3 of 3) sorted by relevance

/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c172 struct mwStat_ { struct
173 mwStat *next; /* next statistic buffer */
174 const char *file;
175 long total; /* total bytes allocated */
176 long num; /* total number of allocations */
177 long max; /* max allocated at one time */
178 long curr; /* current allocations */
179 int line;
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c217 struct mwStat_ { struct
218 mwStat* next; /* next statistic buffer */
219 const char* file;
220 long total; /* total bytes allocated */
221 long num; /* total number of allocations */
222 long max; /* max allocated at one time */
223 long curr; /* current allocations */
224 int line;
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c271 struct mwStat_ { struct
272 mwStat* next; /* next statistic buffer */
273 const char* file;
274 long total; /* total bytes allocated */
275 long num; /* total number of allocations */
276 long max; /* max allocated at one time */
277 long curr; /* current allocations */
278 int line;