Home
last modified time | relevance | path

Searched refs:reallocs (Results 1 – 6 of 6) sorted by relevance

/external/curl/tests/
Dmemanalyze.pl32 my $reallocs=0;
203 $reallocs++;
401 "Reallocs: $reallocs\n",
406 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n";
/external/compiler-rt/lib/asan/
Dasan_stats.h35 uptr reallocs; member
Dasan_stats.cc46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
Dasan_allocator.cc546 thread_stats.reallocs++; in Reallocate()
/external/bison/tests/
Dregression.at1452 // LAC reallocs
1500 # Check number of reallocs to be sure reallocated memory isn't somehow
/external/bison/
DChangeLog-2012778 that stack reallocs happen when expected.