realloc(): better implementation allowing in-place growth
authorH. Peter Anvin <hpa@zytor.com>
Fri, 22 Feb 2008 01:59:56 +0000 (17:59 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 22 Feb 2008 01:59:56 +0000 (17:59 -0800)
commitce6265e0c4577aa7871e337cec549b0d844706ce
treedae820e5af1b412c013de6ac4ffa8ae8471fbe98
parent427ab5add9a1002b8e8cefe3a85f4497eb977e73
realloc(): better implementation allowing in-place growth

Change the realloc() implementation to allow in-place growth.  This is
an important step in handling files without knowing their sizes a
priori.
com32/lib/realloc.c