free(q);
printf("/* %d move%s in %d steps of size %d when reallocing */\n",
count,count==1?"":"s",(int)(max/BLKSIZ),BLKSIZ);
if(BLKSIZ*(10*count+1)>max)
if( 1 || BLKSIZ*(10*count+1)>max)
{ puts("#define INEFFICIENTrealloc");
exit(1);
}