OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lc_n_chunks
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
448
static Int
lc_n_chunks
;
variable
471
// '
lc_n_chunks
' because in the worst case that's how many chunks could be
472
// pushed onto it (actually I think the maximum is
lc_n_chunks
-1 but let's
512
ch_no = find_chunk_for(ptr, lc_chunks,
lc_n_chunks
);
513
tl_assert(ch_no >= -1 && ch_no <
lc_n_chunks
);
546
tl_assert(lc_markstack_top <
lc_n_chunks
);
560
tl_assert(0 <= lc_markstack_top && lc_markstack_top <
lc_n_chunks
);
622
tl_assert(0 <= clique && clique <
lc_n_chunks
);
824
tl_assert(top >= 0 && top <
lc_n_chunks
);
[
all
...]
Completed in 290 milliseconds