Searched refs:lc_chunks (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c213 // is the number (in lc_chunks[]) of the clique leader.
446 // lc_chunks is initialised during leak search. It is kept after leak search
451 // when lc_chunk was build : lc_chunks (and lc_extras) stays valid as
452 // long as no free operations has been done since lc_chunks building.
453 static MC_Chunk** lc_chunks; variable
457 // This has the same number of entries as lc_chunks, and each entry
458 // in lc_chunks corresponds with the entry here (ie. lc_chunks[i] and
483 // stack is an index into lc_chunks and lc_extras. Its size is
535 ch_no = find_chunk_for(ptr, lc_chunks, lc_n_chunk
[all...]

Completed in 1251 milliseconds