HomeSort by relevance Sort by last modified time
    Searched refs:n_chunks (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/
mc_leakcheck.c 263 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--
1891 Int n_chunks; local
    [all...]
mc_malloc_wrappers.c 759 UInt n_chunks, i, bad = 0; local
762 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks );
789 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
792 for (i = 0; i < n_chunks-1; i++) {
797 i+1, n_chunks);
803 for (i = 0; i < n_chunks-1; i++) {
807 i+1, n_chunks);
815 n_chunks);
816 for (i = 0; i < n_chunks; ++i) {
821 n_chunks,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 869 uptr n_chunks = kRegionSize / (size + kMetadataSize); local
872 for (uptr i = reg; i < reg + n_chunks * size; i += size) {
    [all...]

Completed in 228 milliseconds