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

  /external/compiler-rt/lib/asan/
asan_stats.h 35 uptr reallocs; member in struct:__asan::AsanStats
asan_stats.cc 46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs);
asan_allocator.cc 546 thread_stats.reallocs++;
  /external/curl/tests/
memanalyze.pl 32 my $reallocs=0;
203 $reallocs++;
401 "Reallocs: $reallocs\n",
406 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n";

Completed in 148 milliseconds