rework realloc loop. there's no need to shrink the allocation between
authortedu <tedu@openbsd.org>
Thu, 28 Jul 2016 21:45:00 +0000 (21:45 +0000)
committertedu <tedu@openbsd.org>
Thu, 28 Jul 2016 21:45:00 +0000 (21:45 +0000)
commite8182c463d4d94fa8c8e6ec339cb1767c9e6d54d
tree5402026b9fe9b96168b306ac72f5984731ca27c9
parente2f43322f4c7227828dcb02db5580b19f7af4847
rework realloc loop. there's no need to shrink the allocation between
calls. if we need a big space once, we'll likely need a big space again.
usr.bin/top/machine.c