OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mallwatch
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
mtrace.c
42
__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
!= NULL
[
all
...]
iscan.c
56
extern void *
mallwatch
;
unix.c
628
extern void *
mallwatch
;
780
mallwatch
= (void *) strtol(optarg, NULL, 0);
[
all
...]
Completed in 130 milliseconds