Searched defs:find_chunk_for (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/
H A Dmc_leakcheck.c284 Int find_chunk_for ( Addr ptr, function
371 m = find_chunk_for(mc->data, mallocs, n_mallocs);
380 m = find_chunk_for(mc->data + (mc->szB - 1), mallocs, n_mallocs);
535 ch_no = find_chunk_for(ptr, lc_chunks, lc_n_chunks);
755 // as definitely leaked). See the trick in find_chunk_for handling

Completed in 84 milliseconds