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

/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c263 Int n_chunks )
269 for (i = 0; i < n_chunks; i++) {
286 Int n_chunks )
293 hi = n_chunks-1;
324 tl_assert(retVal == find_chunk_for_OLD ( ptr, chunks, n_chunks ));
339 UInt n_mallocs, n_chunks, m, s; local
357 n_chunks = n_mallocs;
368 n_chunks++;
373 tl_assert(n_chunks > 0);
374 n_chunks
1859 Int n_chunks; local
[all...]
H A Dmc_malloc_wrappers.c781 UInt n_chunks, i, bad = 0; local
784 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks );
811 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
814 for (i = 0; i < n_chunks-1; i++) {
819 i+1, n_chunks);
825 for (i = 0; i < n_chunks-1; i++) {
829 i+1, n_chunks);
837 n_chunks);
838 for (i = 0; i < n_chunks; ++i) {
843 n_chunks,
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h865 uptr n_chunks = kRegionSize / (size + kMetadataSize); local
868 for (uptr i = reg; i < reg + n_chunks * size; i += size) {

Completed in 1500 milliseconds