OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_mismatch
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/bionic/
malloc_debug_check.cpp
143
int
first_mismatch
= -1;
local
147
if (
first_mismatch
< 0)
148
first_mismatch
= i;
150
} else if (
first_mismatch
>= 0) {
151
log_message("+++ REAR GUARD MISMATCH [%d, %d)\n",
first_mismatch
, i);
152
first_mismatch
= -1;
156
if (
first_mismatch
>= 0)
157
log_message("+++ REAR GUARD MISMATCH [%d, %d)\n",
first_mismatch
, i);
/hardware/ti/omap4xxx/
heaptracker.c
143
int
first_mismatch
= -1;
local
147
if (
first_mismatch
< 0)
148
first_mismatch
= i;
151
else if (
first_mismatch
>= 0) {
152
malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n",
first_mismatch
, i);
153
first_mismatch
= -1;
157
if (
first_mismatch
>= 0)
158
malloc_log("+++ REAR GUARD MISMATCH [%d, %d)\n",
first_mismatch
, i);
Completed in 61 milliseconds