OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scan_max
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
630
Addr
scan_max
;
local
641
scan_max
= ptr + VTABLE_MAX_CHECK*sizeof(Addr);
642
// If ptr is near the end of seg, avoid
scan_max
exceeding the end of seg:
643
if (
scan_max
> seg->end - sizeof(Addr))
644
scan_max
= seg->end - sizeof(Addr);
645
for (scan = ptr; scan <=
scan_max
; scan+=sizeof(Addr)) {
[
all
...]
Completed in 69 milliseconds