Searched refs:mallwatch (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dmtrace.c42 __ptr_t mallwatch; variable
58 freed has an address matching the variable "mallwatch". In a debugger,
59 set "mallwatch" to the address of interest, then put a breakpoint on
74 if (ptr == mallwatch)
95 if (hdr == mallwatch)
109 if (ptr == mallwatch)
125 if (hdr == mallwatch)
132 is set, or if the variable mallwatch has been patched to an address
133 that the debugging user wants us to stop on. When patching mallwatch,
142 if (mallfile != NULL || mallwatch !
[all...]
H A Discan.c56 extern void *mallwatch;
H A Dunix.c628 extern void *mallwatch;
780 mallwatch = (void *) strtol(optarg, NULL, 0);

Completed in 1188 milliseconds