fix the duplicated adding size in realloc
authorjc_.kim <jc_.kim@samsung.com>
Tue, 28 Mar 2017 08:30:37 +0000 (17:30 +0900)
committerjc_.kim <jc_.kim@samsung.com>
Tue, 28 Mar 2017 08:30:37 +0000 (17:30 +0900)
commitc74085908e53f23c514d320bcdc1412610666bd0
tree442c4a448291108557da847a90d84a21f6460a79
parent94412763e50324dc2a98c6f6ae6785f3da6edaef
fix the duplicated adding size in realloc

when failed to expand neighbor in realloc, try to malloc using wrong size
which is aligned with adding chunck size
os/mm/mm_heap/mm_realloc.c