Home
last modified time | relevance | path

Searched refs:reallocs (Results 1 – 8 of 8) 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.cc536 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/dbus/
DNEWS.pre-1-0376 reallocs
DChangeLog.pre-1-07257 overall performance win or not, but it does reduce reallocs.
9233 proper length to avoid some reallocs
10492 swap the string data instead of doing any reallocs.
/external/bison/
DChangeLog-2012778 that stack reallocs happen when expected.