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 266 Int n_chunks )
272 for (i = 0; i < n_chunks; i++) {
291 Int n_chunks )
298 hi = n_chunks-1;
329 tl_assert(retVal == find_chunk_for_OLD ( ptr, chunks, n_chunks ));
344 UInt n_mallocs, n_chunks, m, s; local
362 n_chunks = n_mallocs;
373 n_chunks++;
378 tl_assert(n_chunks > 0);
379 n_chunks--
2252 Int n_chunks; local
    [all...]
mc_malloc_wrappers.c 823 UInt n_chunks, i, bad = 0; local
826 MC_Chunk **chunks = (MC_Chunk**) VG_(HT_to_array)( mp->chunks, &n_chunks );
853 VG_(ssort)((void*)chunks, n_chunks, sizeof(VgHashNode*), mp_compar);
856 for (i = 0; i < n_chunks-1; i++) {
861 i+1, n_chunks);
867 for (i = 0; i < n_chunks-1; i++) {
871 i+1, n_chunks);
879 n_chunks);
880 for (i = 0; i < n_chunks; ++i) {
885 n_chunks,
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h 898 uptr n_chunks = kRegionSize / (size + kMetadataSize); local
901 for (uptr i = reg; i < reg + n_chunks * size; i += size) {
    [all...]

Completed in 68 milliseconds