Call realloc() with double the current size
commit49c18b2a145db396f52d4063734c6a39ae505765
authorff <_ff@tuta.io>
Wed, 13 Dec 2017 04:46:08 +0000 (13 05:46 +0100)
committerff <_ff@tuta.io>
Wed, 13 Dec 2017 04:46:08 +0000 (13 05:46 +0100)
treefc4b9f7f98619802b1d52e5c7ae65a9075f98653
parent18b219e980abdaebddb7a6fd18a8fcde24b69adc
Call realloc() with double the current size

In eval(), realloc() was called with the current size plus one,
in each iteration.
Now it is called only on iterations that are a power of two.
src/minish.c