OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lc_chunks
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/
mc_leakcheck.c
211
// is the number (in
lc_chunks
[]) of the clique leader.
439
//
lc_chunks
is initialised during leak search. It is kept after leak search
444
// when lc_chunk was build :
lc_chunks
(and lc_extras) stays valid as
445
// long as no free operations has been done since
lc_chunks
building.
446
static MC_Chunk**
lc_chunks
;
variable
450
// This has the same number of entries as
lc_chunks
, and each entry
451
// in
lc_chunks
corresponds with the entry here (ie.
lc_chunks
[i] and
470
// stack is an index into
lc_chunks
and lc_extras. Its size is
512
ch_no = find_chunk_for(ptr,
lc_chunks
, lc_n_chunks)
[
all
...]
Completed in 158 milliseconds