Searched refs:reallocs (Results 1 – 8 of 8) sorted by relevance
32 my $reallocs=0;203 $reallocs++;401 "Reallocs: $reallocs\n",406 "Allocations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups)."\n";
35 uptr reallocs; member
46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print()
536 thread_stats.reallocs++; in Reallocate()
1452 // LAC reallocs1500 # Check number of reallocs to be sure reallocated memory isn't somehow
376 reallocs
7257 overall performance win or not, but it does reduce reallocs.9233 proper length to avoid some reallocs10492 swap the string data instead of doing any reallocs.
778 that stack reallocs happen when expected.