Fix type of parameter passed by malloc_consolidate
commitb43f552a8a23c0e405ab13a268bee12ada3b7841
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 11 Mar 2016 19:57:38 +0000 (11 16:57 -0300)
committerTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Fri, 11 Mar 2016 21:09:40 +0000 (11 18:09 -0300)
tree948bd07081ed168302938e475159bb9b0c5c4f81
parent869d7180dd4a462674971a25b66070da7f2eabcf
Fix type of parameter passed by malloc_consolidate

atomic_exchange_acq() expected a pointer, but was receiving an integer.
ChangeLog
malloc/malloc.c