Home
last modified time | relevance | path

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

/dports/security/fakebo/fakebo-0.4.2/
H A Dmemwatch.c156 struct mwData_ { struct
157 mwData *prev; /* previous allocation in chain */
158 mwData *next; /* next allocation in chain */
159 const char *file; /* file name where allocated */
160 long count; /* action count */
161 long check; /* integrity check value */
165 size_t size; /* size of allocation */
166 int line; /* line number where allocated */
167 unsigned flag; /* flag word */
/dports/graphics/kludge3d/kludge3d-20040822/src/
H A Dmemwatch.c201 struct mwData_ { struct
202 mwData* prev; /* previous allocation in chain */
203 mwData* next; /* next allocation in chain */
204 const char* file; /* file name where allocated */
205 long count; /* action count */
206 long check; /* integrity check value */
210 size_t size; /* size of allocation */
211 int line; /* line number where allocated */
212 unsigned flag; /* flag word */
/dports/graphics/flasm/flasm-1.62_1/
H A Dmemwatch.c255 struct mwData_ { struct
256 mwData* prev; /* previous allocation in chain */
257 mwData* next; /* next allocation in chain */
258 const char* file; /* file name where allocated */
259 long count; /* action count */
260 long check; /* integrity check value */
264 size_t size; /* size of allocation */
265 int line; /* line number where allocated */
266 unsigned flag; /* flag word */